From 775478c598a4b2c3c6be84fcaadf96a7cc867007 Mon Sep 17 00:00:00 2001 From: yewj Date: Mon, 9 Dec 2024 16:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E5=A4=84=E7=90=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.production b/.env.production index b36dd60c..45f7d37b 100644 --- a/.env.production +++ b/.env.production @@ -72,6 +72,9 @@ VUE_APP_BASE_API = 'http://dm.xmglxp.com:81/UDI_WMS_MC/' # 四川平武 # VUE_APP_BASE_API = 'http://192.168.20.3:9150/UDI_WMS_MC/' +# 漳州疾控 +VUE_APP_BASE_API = 'http://116.204.116.198:9160/UDI_WMS_MC/' + # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/'