From fea8e0742ee241a94c5bbd4f452d6ad82cf4dd9c Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 06 二月 2026 10:58:26 +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