Browse Source

添加配置

jaikuai 3 years ago
parent
commit
efb3382f50
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .env.development
  2. 1 1
      .env.production
  3. 1 1
      .env.staging

+ 1 - 1
.env.development

@@ -2,4 +2,4 @@
 ENV = 'development'
 
 # base api
-VUE_APP_BASE_API = 'http://47.111.243.220:8182'
+VUE_APP_BASE_API = ''

+ 1 - 1
.env.production

@@ -2,5 +2,5 @@
 ENV = 'production'
 
 # base api
-VUE_APP_BASE_API = 'http://47.111.243.220:8182'
+VUE_APP_BASE_API = '/'
 

+ 1 - 1
.env.staging

@@ -4,5 +4,5 @@ NODE_ENV = production
 ENV = 'staging'
 
 # base api
-VUE_APP_BASE_API = 'http://47.111.243.220:8182'
+VUE_APP_BASE_API = '/'