From 015fc6bfdfd187c33ce4111c1d8130f92c52b665 Mon Sep 17 00:00:00 2001 From: lingxiao Date: Mon, 13 Feb 2023 16:28:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.JIS5000 | 5 +++++ .env.JIS5300 | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .env.JIS5000 diff --git a/.env.JIS5000 b/.env.JIS5000 new file mode 100644 index 0000000..98fb313 --- /dev/null +++ b/.env.JIS5000 @@ -0,0 +1,5 @@ +NODE_ENV = 'production' +#VUE_APP_BASE_URL = http://10.0.0.198:9010/ +VUE_APP_BASE_URL = http://192.168.190.30:9010/ +VUE_APP_LOGIN_TITLE = SCCP JIS系统 +VUE_APP_LOGIN_LOGO = ../assets/img/logo.png diff --git a/.env.JIS5300 b/.env.JIS5300 index de6262c..aef149f 100644 --- a/.env.JIS5300 +++ b/.env.JIS5300 @@ -1,4 +1,5 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://10.0.0.198:9010/ +#VUE_APP_BASE_URL = http://10.0.0.198:9010/ +VUE_APP_BASE_URL = http://192.168.190.28:9010/ VUE_APP_LOGIN_TITLE = SCCP JIS系统 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png