From c824e3bcb34f8b6f3c1435ddca91130367dc3729 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 16 一月 2024 10:41:25 +0800
Subject: [PATCH] Mr.Shi
---
h5/manifest.json | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/h5/manifest.json b/h5/manifest.json
index 92286ee..a3a7365 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" : "/hsvisit_h5/"
+ }
+ }
}
--
Gitblit v1.9.3