From 8452f96bed5727667cbda7464c4a3856955a8d4d Mon Sep 17 00:00:00 2001 From: TangShan_DD Date: Thu, 26 Dec 2024 14:33:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BD=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index b7ebe10..c5595d4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,7 +14,9 @@ function resolve(dir) { } const httpType = 'https://' // const proxyUrl = 'develop.cmp56.com:60006/' // 代理地址设置 -const proxyUrl = '23.33.3.22:60006/' // 代理地址设置 +// const proxyUrl = '23.33.3.22:60006/' // 代理地址设置 +const proxyUrl = '10.10.33.181:60006/' // 代理地址设置 + // const proxyUrl = '10.10.33.91:60006/' // 代理地址设置 // const publicPath = process.env.NODE_ENV === 'production' ? '/cop-web/' : '/cop-web/'; const publicPath = '/cop-web/'