From 9235a604970bfe068cc3768959720b4fd4549cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Wed, 14 May 2025 15:35:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20efc=203.0=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index a52001c..3bd16b3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,9 +8,7 @@ function resolve(dir) { return path.join(__dirname, dir) } const httpType = 'https://' -const proxyUrl = '23.33.3.22:60006' // 代理地址设置 - -// const proxyUrl = '10.20.51.92:7001' // 代理地址设置 +const proxyUrl = '10.10.33.172:60006' // EFC 3.0 代理地址设置 const publicPath = process.env.NODE_ENV === 'production' ? '/scr-web/' : '/' module.exports = { publicPath,