From 86e247123067701c2076b90fa20aa93a103af778 Mon Sep 17 00:00:00 2001 From: wangzhijiang Date: Thu, 6 Apr 2023 12:37:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=90=8E=E7=AB=AF=E4=BA=A4=E4=BA=92?= =?UTF-8?q?=EF=BC=8C=E8=AF=B7=E6=B1=82=E6=9C=AC=E6=9C=BA=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }