From 3e78f54bb2b72347c9e90106b3bc27f3ddb089d8 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 11 二月 2025 13:50:12 +0800
Subject: [PATCH] #
---
Monitor-APP/pages.json | 45 ++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 40 insertions(+), 5 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index a646b54..54a5551 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -1,28 +1,63 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
+ "path": "pages/home/home",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/test/test",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/index",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
"path": "pages/index/index",
"style": {
- "navigationStyle":"custom"
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "pages/index/monitor",
"style": {
- "navigationStyle":"custom"
+ "navigationStyle": "custom"
}
},
{
- "path": "pages/home/home",
+ "path": "pages/test/test",
"style": {
- "navigationStyle":"home",
+ "navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
"app-plus": {
"titleNView": false
}
}
}
-
+
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.1