MrWang hace 2 años
padre
commit
68d0fa0b45
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. 2 1
      .env.staging
  2. 2 1
      src/config/dev.js

+ 2 - 1
.env.staging

@@ -2,4 +2,5 @@
 NODE_ENV = staging
 
 # 盲票/测试环境
-VUE_APP_BASE_API = '/test-api'
+# VUE_APP_BASE_API = '/test-api'
+VUE_APP_BASE_API = '/mptest'

+ 2 - 1
src/config/dev.js

@@ -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,