From d7c5867c0aa486baaff63154303a29b354e98c56 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 04 八月 2023 08:10:42 +0800
Subject: [PATCH] #
---
Monitor-APP/pages.json | 43 +++++++++++++++++++++++++++++--------------
1 files changed, 29 insertions(+), 14 deletions(-)
diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index a646b54..130066d 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -1,28 +1,43 @@
{
"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/index/index",
- "style": {
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/index/monitor",
- "style": {
- "navigationStyle":"custom"
- }
- },
- {
"path": "pages/home/home",
"style": {
- "navigationStyle":"home",
+ "navigationStyle": "custom",
// 鍘绘帀椤堕儴瀵艰埅鏍�
"app-plus": {
"titleNView": false
}
}
+ },
+ {
+ "path": "pages/index",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationStyle": "custom",
+ // 鍘绘帀椤堕儴瀵艰埅鏍�
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/index/monitor",
+ "style": {
+ "navigationStyle": "custom"
+ }
}
-
+
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.1