From 6959c1d4ee2244691603ab1f471b750ac517725d Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期四, 01 八月 2024 16:52:46 +0800
Subject: [PATCH] 添加mqtt相关

---
 pages.json |   75 +++++++++++++++++++++++++++----------
 1 files changed, 55 insertions(+), 20 deletions(-)

diff --git a/pages.json b/pages.json
index bdebaf3..557c06b 100644
--- a/pages.json
+++ b/pages.json
@@ -81,25 +81,60 @@
 				"navigationStyle": "custom"
 			}
 
+		}, {
+			"path": "pages/analy/analyList",
+			"style": {
+				"navigationBarTitleText": "鐢熶骇璁板綍鍒嗘瀽",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/tabBar/demo",
+			"style": {
+				"navigationBarTitleText": "娴嬭瘯",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/me/control",
+			"style": {
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+
+		}, {
+			"path": "pages/me/video",
+			"style": {
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+
+		},
+		{
+			"path" : "pages/tabBar/device",
+			"style" : 
+			{
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path" : "pages/device/control",
+			"style" : 
+			{
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
+				}
+			}
 		}
-	    ,{
-            "path" : "pages/analy/analyList",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "鐢熶骇璁板綍鍒嗘瀽",
-                "enablePullDownRefresh": false
-            }
-            
-        },{
-            "path" : "pages/tabBar/demo",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "娴嬭瘯",
-                "enablePullDownRefresh": false
-            }
-            
-        }
-    ],
+	],
 	"globalStyle": {
 		"navigationBarTextStyle": "white",
 		"navigationBarTitleText": "鍏板疂鏅鸿兘",
@@ -118,7 +153,7 @@
 			"text": "棣栭〉"
 
 		}, {
-			"pagePath": "pages/tabBar/monitor",
+			"pagePath": "pages/tabBar/device",
 			"iconPath": "static/tabBar/shop.png",
 			"selectedIconPath": "static/tabBar/shop_cur.png",
 			"text": "鐩戞帶"
@@ -140,4 +175,4 @@
 		}]
 	},
 	"uniIdRouter": {}
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3