From f867f331fa2eb21f48c3541cbe6c31ac0e9d2851 Mon Sep 17 00:00:00 2001 From: TangShan_DD Date: Fri, 16 May 2025 15:12:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=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 72d2f75..7a7f67e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,7 +13,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.173:60006' // 中车 代理地址设置 const publicPath = '/cop-web/' module.exports = { publicPath,