diff --git a/vue.config.js b/vue.config.js index 46fa8a2..c55dd9d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,8 +46,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.0.110:7071/`, - // target: `http://39.101.188.84:7071/`, + // target: `http://192.168.0.110:7071/`, + target: `http://39.101.188.84:7071/`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''