From 38d0b9e45417a7e3e98807e23013b614060af034 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Fri, 10 Mar 2023 13:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/vue.config.js b/jero-web/vue.config.js index b491f260..87942296 100644 --- a/jero-web/vue.config.js +++ b/jero-web/vue.config.js @@ -90,7 +90,7 @@ module.exports = { ws: false, changeOrigin: true, pathRewrite: { - '/jero-boot': '' // 默认所有请求都加了jero-boot前缀,需要去掉 + // '/jero-boot': '' // 默认所有请求都加了jero-boot前缀,需要去掉 } } }