diff --git a/vue.config.js b/vue.config.js index dc9575c..5a0d51e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,7 +12,8 @@ module.exports = defineConfig({ [process.env.VUE_APP_BASE_API]: { // target: `http://175.27.215.92:8899/prod-api`, // target: `http://192.168.137.1:9081`, - target: `http://1.13.177.47:8899/prod-api`, + target: `http://1.13.177.47:6699/prod-api`, + // target: `http://192.168.100.100:9081`, changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",