From 0ba2935f70e462379ff226df9e93ee5572a53ae7 Mon Sep 17 00:00:00 2001 From: liwei Date: Mon, 16 Aug 2021 16:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 4 ++-- .env.prod | 4 ++-- .env.test | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.dev b/.env.dev index 4b5e7af..9c8d318 100644 --- a/.env.dev +++ b/.env.dev @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9002/ -VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 +VUE_APP_BASE_URL = http://10.114.64.74:9002/ +VUE_APP_LOGIN_TITLE = ETCD管理系统 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png diff --git a/.env.prod b/.env.prod index 4b5e7af..9c8d318 100644 --- a/.env.prod +++ b/.env.prod @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9002/ -VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 +VUE_APP_BASE_URL = http://10.114.64.74:9002/ +VUE_APP_LOGIN_TITLE = ETCD管理系统 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png diff --git a/.env.test b/.env.test index 58ec57a..a22b68e 100644 --- a/.env.test +++ b/.env.test @@ -1,4 +1,4 @@ NODE_ENV = 'production' -VUE_APP_BASE_URL = http://101.201.121.115:9002/ -VUE_APP_LOGIN_TITLE = 沈阳领新智科智能信息系统有限公司 +VUE_APP_BASE_URL = http://10.114.64.74:9002/ +VUE_APP_LOGIN_TITLE = ETCD管理系统 VUE_APP_LOGIN_LOGO = ../assets/img/logo.png \ No newline at end of file