chengjunhui 13 horas atrás
pai
commit
a48085541e
2 arquivos alterados com 10 adições e 5 exclusões
  1. 4 4
      config/index.js
  2. 6 1
      manifest.json

+ 4 - 4
config/index.js

@@ -1,11 +1,11 @@
 export default {
   // 开发环境
-  baseURL: "http://192.168.0.68:8202",
+  // baseURL: "http://192.168.0.68:8202",
   // baseURL: "http://192.168.0.101:8202",
 	
   // 测试地址
-  // baseURL: "",
-
+  // baseURL: "https://test.yuemeikang.com/prod-api",
+  
   // 正式环境地址
-  // baseURL: "",
+  baseURL: "https://pm.hkwhxyh.com/prod-api",
 };

+ 6 - 1
manifest.json

@@ -68,5 +68,10 @@
     "uniStatistics" : {
         "enable" : false
     },
-    "vueVersion" : "3"
+    "vueVersion" : "3",
+    "h5" : {
+        "router" : {
+            "base" : "/h5/"
+        }
+    }
 }