From e4d390c1ec15a0e65fc59ba200c16750c22b5b90 Mon Sep 17 00:00:00 2001 From: TangShan_DD Date: Fri, 6 Jun 2025 16:41:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=BD=8D=E5=9D=8A=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 3bd16b3..7431407 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,7 +8,7 @@ function resolve(dir) { return path.join(__dirname, dir) } const httpType = 'https://' -const proxyUrl = '10.10.33.172:60006' // EFC 3.0 代理地址设置 +const proxyUrl = '10.10.33.174:60006' // EFC 3.0 代理地址设置 const publicPath = process.env.NODE_ENV === 'production' ? '/scr-web/' : '/' module.exports = { publicPath,