From f9bf6830debbe4f7486add9d99ecbbc0d67c13cd Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 23 四月 2024 10:10:13 +0800
Subject: [PATCH] 最新版本

---
 h5/manifest.json |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/h5/manifest.json b/h5/manifest.json
index 92286ee..c2c0170 100644
--- a/h5/manifest.json
+++ b/h5/manifest.json
@@ -58,12 +58,12 @@
             "minified" : true
         },
         "usingComponents" : true,
-		"requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
-		"permission" : {
-		    "scope.userLocation" : {
-		        "desc" : "鐢ㄤ簬鑾峰彇鍛ㄨ竟鎴挎簮浣嶇疆"
-		    }
-		}
+        "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
+        "permission" : {
+            "scope.userLocation" : {
+                "desc" : "鐢ㄤ簬鑾峰彇鍛ㄨ竟鎴挎簮浣嶇疆"
+            }
+        }
     },
     "mp-alipay" : {
         "usingComponents" : true
@@ -77,5 +77,11 @@
     "uniStatistics" : {
         "enable" : false
     },
-    "vueVersion" : "2"
+    "vueVersion" : "2",
+    "h5" : {
+        "router" : {
+            "mode" : "hash",
+            "base" : "/h5/"
+        }
+    }
 }

--
Gitblit v1.9.3