From e215f583620efd2214bd1a35266cd06b119b13d3 Mon Sep 17 00:00:00 2001 From: liwei Date: Wed, 2 Jun 2021 09:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 + .env.production | 2 +- .env.staging | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 6ed09c1..820398b 100644 --- a/.env.development +++ b/.env.development @@ -12,3 +12,4 @@ VUE_APP_BASE_API = 'http://101.201.121.115:8093' # when you have a large number of pages. VUE_CLI_BABEL_TRANSPILE_MODULES = true + diff --git a/.env.production b/.env.production index 5bb7aae..09c29f6 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' \ No newline at end of file +VUE_APP_BASE_API = 'http://192.168.3.22:8095' diff --git a/.env.staging b/.env.staging index 79a6052..28920ee 100644 --- a/.env.staging +++ b/.env.staging @@ -5,3 +5,4 @@ NODE_ENV = 'production' # base api VUE_APP_BASE_API = 'http://101.201.121.115:8095' +