From 1850df371aa695ea40ca7a6b6ad2f411efb739d0 Mon Sep 17 00:00:00 2001 From: lingxiao Date: Tue, 22 Nov 2022 17:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.JIS5300 | 2 +- .env.TRIM | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.env.JIS5300 b/.env.JIS5300 index 3fc5db0..de6262c 100644 --- a/.env.JIS5300 +++ b/.env.JIS5300 @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9010/ +VUE_APP_BASE_URL = http://10.0.0.198:9010/ VUE_APP_LOGIN_TITLE = SCCP JIS系统 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png diff --git a/.env.TRIM b/.env.TRIM index 4805015..49a49e3 100644 --- a/.env.TRIM +++ b/.env.TRIM @@ -1,4 +1,9 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9010/ VUE_APP_LOGIN_TITLE = 安道拓南通面套工厂COS系统 -VUE_APP_LOGIN_LOGO = ../assets/img/logo.png \ No newline at end of file +VUE_APP_LOGIN_LOGO = ../assets/img/logo.png +#正式 +#VUE_APP_BASE_URL = http://10.104.120.109:9010/ +VUE_APP_BASE_URL = https://ntcos.adient.com/ +#测试 +#VUE_APP_BASE_URL = http://10.227.4.5:9010/ +#VUE_APP_BASE_URL = https://ntcos-qa.adient.com/ \ No newline at end of file