From 6f26f85b138822f5118f622a4666ddc9bc3ab58d Mon Sep 17 00:00:00 2001 From: liwei Date: Tue, 31 Aug 2021 17:21:38 +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 | 2 +- .env.development | 2 +- .env.prod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.dev b/.env.dev index 4a4e6e4..6ff2235 100644 --- a/.env.dev +++ b/.env.dev @@ -4,4 +4,4 @@ VUE_APP_ENV = 'QA' NODE_ENV = 'production' # base api -VUE_APP_BASE_API = 'http://10.127.47.152:9001' +VUE_APP_BASE_API = 'http://101.201.121.115:9001' diff --git a/.env.development b/.env.development index cd3c21b..659d914 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,7 @@ VUE_APP_ENV = 'QA' NODE_ENV = 'test' # base api -VUE_APP_BASE_API = 'http://10.127.47.152:9001' +VUE_APP_BASE_API = 'http://101.201.121.115:9001' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/.env.prod b/.env.prod index 4a4e6e4..6ff2235 100644 --- a/.env.prod +++ b/.env.prod @@ -4,4 +4,4 @@ VUE_APP_ENV = 'QA' NODE_ENV = 'production' # base api -VUE_APP_BASE_API = 'http://10.127.47.152:9001' +VUE_APP_BASE_API = 'http://101.201.121.115:9001'