From b204ae3d0dffaac8d52e976d4cb8ac0930a3d3b9 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 30 十二月 2025 08:00:25 +0800
Subject: [PATCH] 1.引入z-page插件
---
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