From 8db8083d8d2ae3b9fd18f43f796235977423bfea Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 03 十一月 2023 09:36:34 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages.json |   56 ++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 40 insertions(+), 16 deletions(-)

diff --git a/Monitor-APP/pages.json b/Monitor-APP/pages.json
index d3ccbb9..4386521 100644
--- a/Monitor-APP/pages.json
+++ b/Monitor-APP/pages.json
@@ -1,29 +1,53 @@
 {
 	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
 		{
-			"path": "pages/home/home",
+			"path": "pages/index",
 			"style": {
-				"navigationStyle":"home",
+				"navigationStyle": "custom",
 				// 鍘绘帀椤堕儴瀵艰埅鏍�
 				"app-plus": {
 					"titleNView": false
 				}
 			}
-		},
-		{
-			"path": "pages/index/index",
-			"style": {
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/index/monitor",
-			"style": {
-				"navigationStyle":"custom"
-			}
 		}
-		
-		
+		// {
+		// 	"path": "pages/home/home",
+		// 	"style": {
+		// 		"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