Explorar o código

快应用接口地址

xionghaojie %!s(int64=3) %!d(string=hai) anos
pai
achega
6ca03d91e1
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  1. 1 1
      .env.production
  2. 3 1
      .env.test

+ 1 - 1
.env.production

@@ -1,3 +1,3 @@
 NODE_ENV = production
 # 正式环境的ip端口
-VUE_APP_BASE_API = 'http://mall.zhiqiyun.com'
+VUE_APP_BASE_API = 'https://mall.zhiqiyun.com'

+ 3 - 1
.env.test

@@ -1,3 +1,5 @@
 NODE_ENV = test
 # 测试环境的ip端口
-VUE_APP_BASE_API = 'http://mptest.tongyu99.com'
+VUE_APP_BASE_API = 'http://mptest.tongyu99.com'
+# 快应用测试地址
+# VUE_APP_BASE_API = 'http://kyytest.tongyu99.com'