vue.config.js @@ -37,4 +37,17 @@ }, }, }, devServer: { port: 8080, proxy: { '/api': { target: process.env.VUE_APP_API_BASE_URL, ws: false, changeOrigin: true, pathRewrite: { '^/api': '' // 需要rewrite的, } } } }, };