Przeglądaj źródła

快应用接口地址

xionghaojie 3 lat temu
rodzic
commit
6ca03d91e1
2 zmienionych plików z 4 dodań i 2 usunięć
  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'