From 6017f46b762663b9393cdae8422e0de1ed3db218 Mon Sep 17 00:00:00 2001
From: guifei zhu <guifeizhu@guifeideiMac.local>
Date: 星期三, 27 十一月 2024 13:30:06 +0800
Subject: [PATCH] 添加mqtt数据接口
---
pages.json | 92 ++++++++++++++++++++++++++++++++++-----------
1 files changed, 69 insertions(+), 23 deletions(-)
diff --git a/pages.json b/pages.json
index bdebaf3..611c480 100644
--- a/pages.json
+++ b/pages.json
@@ -76,30 +76,76 @@
}
}, {
- "path": "pages/tabBar/analy",
+ "path": "pages/me/analy",
"style": {
"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/tabBar/warning",
+ "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,15 +164,15 @@
"text": "棣栭〉"
}, {
- "pagePath": "pages/tabBar/monitor",
+ "pagePath": "pages/tabBar/device",
"iconPath": "static/tabBar/shop.png",
"selectedIconPath": "static/tabBar/shop_cur.png",
"text": "鐩戞帶"
}, {
- "pagePath": "pages/tabBar/analy",
+ "pagePath": "pages/tabBar/warning",
"iconPath": "static/tabBar/analy.png",
"selectedIconPath": "static/tabBar/analy_cur.png",
- "text": "鍒嗘瀽"
+ "text": "鎶ヨ"
}, {
"pagePath": "pages/tabBar/formula",
"iconPath": "static/tabBar/order.png",
@@ -140,4 +186,4 @@
}]
},
"uniIdRouter": {}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3