@@ -2,4 +2,5 @@
NODE_ENV = staging
# 盲票/测试环境
-VUE_APP_BASE_API = '/test-api'
+# VUE_APP_BASE_API = '/test-api'
+VUE_APP_BASE_API = '/mptest'
@@ -1,7 +1,8 @@
export default {
env: "dev",
// #ifndef H5
- apiBase: "https://test-mp.quanshu123.com",
+ // apiBase: "https://test-mp.quanshu123.com",
+ apiBase: "https://mptest.kaimanghe.net",
// #endif
// #ifdef H5
apiBase: process.env.VUE_APP_BASE_API,