// const { defineConfig } = require('@vue/cli-service') // module.exports = { // devServer: { // proxy: { // '/api': { // target: 'http://192.168.3.114:8090', // changeOrigin: true, // rewrite: path => path.replace(/^\/api/, '') // 去掉 /api 前缀 // } // } // } // }