From 64c9f7264079eee61b267c01fd23de0764fe48c4 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 31 十二月 2025 09:24:46 +0800
Subject: [PATCH] 1.修复bug

---
 manifest.json |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/manifest.json b/manifest.json
index 906c595..366a775 100644
--- a/manifest.json
+++ b/manifest.json
@@ -119,5 +119,13 @@
     "uniStatistics" : {
         "enable" : false
     },
-    "vueVersion" : "2"
+    "vueVersion" : "2",
+    "h5" : {
+        "devServer" : {
+            "https" : false
+        },
+        "router" : {
+            "base" : "./"
+        }
+    }
 }

--
Gitblit v1.9.3