From 214cda58c3786972c958da5c6d54a135490a3c11 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 05 二月 2026 09:13:16 +0800
Subject: [PATCH] 功能开发
---
mini-program/manifest.json | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/mini-program/manifest.json b/mini-program/manifest.json
index c0a0b87..4f2bec6 100644
--- a/mini-program/manifest.json
+++ b/mini-program/manifest.json
@@ -68,5 +68,11 @@
"uniStatistics" : {
"enable" : false
},
- "vueVersion" : "2"
+ "vueVersion" : "2",
+ "h5" : {
+ "router" : {
+ "mode" : "hash",
+ "base" : "/h5/"
+ }
+ }
}
--
Gitblit v1.9.3