diff --git a/vue.config.js b/vue.config.js index 90e5784..98b7f60 100644 --- a/vue.config.js +++ b/vue.config.js @@ -33,8 +33,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy http://192.168.9.141:8080 [process.env.VUE_APP_BASE_API]: { - // target: `http://192.168.9.138:8080`, - target: `http://172.16.15.51:8080`, + target: `http://192.168.9.141:8080`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''