diff --git a/jero-web/vue.config.js b/jero-web/vue.config.js index 6f2ba936b..77a5ca337 100644 --- a/jero-web/vue.config.js +++ b/jero-web/vue.config.js @@ -93,10 +93,11 @@ module.exports = { } }, */ '/jero-boot': { - target: 'http://10.0.3.22:8080', //请求本地 jero-boot后台项目 + // target: 'http://10.0.3.22:8080', //请求本地 jero-boot后台项目 // target: 'http://10.10.10.46:8101', //请求本地 jero-boot后台项目 // target: 'http://10.0.1.25:8080', // target: 'http://10.0.1.5:8080', + target: 'http://127.0.0.1:8080', ws: false, changeOrigin: true }