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