From d00729af0e5fbb31cb644c7e796acf539aa7e414 Mon Sep 17 00:00:00 2001 From: liwei Date: Wed, 2 Jun 2021 09:20:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .env.staging | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 09c29f6..5bb7aae 100644 --- a/.env.production +++ b/.env.production @@ -3,4 +3,4 @@ VUE_APP_ENV = 'Prod' NODE_ENV = 'production' # base api # VUE_APP_BASE_API = 'http://10.122.64.86:8095' -VUE_APP_BASE_API = 'http://192.168.3.22:8095' +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 28920ee..1a3eeaf 100644 --- a/.env.staging +++ b/.env.staging @@ -4,5 +4,4 @@ VUE_APP_ENV = 'QA' NODE_ENV = 'production' # base api -VUE_APP_BASE_API = 'http://101.201.121.115:8095' - +VUE_APP_BASE_API = 'http://101.201.121.115:8095' \ No newline at end of file