From 59762ab65ca0b37d23b495d607901c6a90928a20 Mon Sep 17 00:00:00 2001 From: wangzhijiang <12345678> Date: Fri, 17 Jun 2022 16:47:30 +0800 Subject: [PATCH] update --- jero-web/vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jero-web/vue.config.js b/jero-web/vue.config.js index 473925027..5f7026e56 100644 --- a/jero-web/vue.config.js +++ b/jero-web/vue.config.js @@ -93,6 +93,7 @@ module.exports = { }, */ '/jero-boot': { target: 'http://localhost:8080', //请求本地 jero-boot后台项目 + // target: 'http://10.10.10.46:8101', //请求本地 jero-boot后台项目 // target: 'http://10.0.1.25:8080', ws: false, changeOrigin: true