From 5a2032b31fcad2b289480e517f6dd7d1fa227d6a Mon Sep 17 00:00:00 2001 From: luanss Date: Tue, 16 Mar 2021 15:39:33 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E4=BF=AE=E6=94=B9=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.production | 3 ++- .env.staging | 2 +- .eslintignore | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 6ed09c1..121d960 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,8 @@ VUE_APP_ENV = 'QA' NODE_ENV = 'test' # base api -VUE_APP_BASE_API = 'http://101.201.121.115:8093' +# VUE_APP_BASE_API = 'http://101.201.121.115:8093' +VUE_APP_BASE_API = 'http://192.168.31.35:8093' # 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.production b/.env.production index 25a559b..896e836 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,5 @@ VUE_APP_ENV = 'Prod' NODE_ENV = 'production' # base api -VUE_APP_BASE_API = 'http://10.122.64.86:8093' +# VUE_APP_BASE_API = 'http://10.122.64.86:8093' +VUE_APP_BASE_API = 'http://192.168.3.22:8095' \ No newline at end of file diff --git a/.env.staging b/.env.staging index 7f625f6..1a3eeaf 100644 --- a/.env.staging +++ b/.env.staging @@ -4,4 +4,4 @@ VUE_APP_ENV = 'QA' NODE_ENV = 'production' # base api -VUE_APP_BASE_API = 'http://101.201.121.115:8093' +VUE_APP_BASE_API = 'http://101.201.121.115:8095' \ No newline at end of file diff --git a/.eslintignore b/.eslintignore index e6529fc..99b9edd 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ build/*.js -src/assets +src public dist