diff --git a/vue.config.js b/vue.config.js index d5f7053..0ccb17a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -33,8 +33,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://localhost:8082`, - target: `http://124.222.254.188:8887/prod-api`, + target: `http://localhost:8082`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''