Browse Source

修改环境地址

limengbo 5 years ago
parent
commit
30202327da
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.production
  2. 1 1
      .env.staging

+ 1 - 1
.env.production

@@ -2,5 +2,5 @@
 ENV = 'production'
 
 # base api
-VUE_APP_BASE_API = '/prod-api'
+VUE_APP_BASE_API = 'http://ott80test-api.efunbox.cn:81'
 

+ 1 - 1
.env.staging

@@ -4,5 +4,5 @@ NODE_ENV = production
 ENV = 'staging'
 
 # base api
-VUE_APP_BASE_API = '/stage-api'
+VUE_APP_BASE_API = 'http://ott80test-api.efunbox.cn:81'