diff --git a/vue.config.js b/vue.config.js index 8ce45c7..f785165 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,8 +7,8 @@ module.exports = defineConfig({ // detail: https://cli.vuejs.org/config/#devserver-proxy '/prod-api': { // target: `http://175.27.215.92:8899/prod-api`, - target: `http://192.168.0.13:9081`, - // target: `http://1.13.177.47:8899/prod-api`, + // target: `http://192.168.0.13:9081`, + target: `http://1.13.177.47:8899/prod-api`, changeOrigin: true, pathRewrite: { ["^" + '/prod-api']: "", },