diff --git a/vue.config.js b/vue.config.js index a143eed..29dc06e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,7 +35,9 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://47.102.200.142`, + target: `http://47.102.200.142:8111/`, + // 上传一下这个 + // 大哥上传别着急 还没改完呢 changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''