From 576d28de6be2d75bfd5a213874dd8d06657635b5 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期三, 25 十二月 2024 08:40:20 +0800
Subject: [PATCH] 1.添加实时报警和历史报警 2.添加云服务和局域网模式切换界面
---
pages.json | 106 +++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 79 insertions(+), 27 deletions(-)
diff --git a/pages.json b/pages.json
index bd1495c..f5f60bc 100644
--- a/pages.json
+++ b/pages.json
@@ -76,33 +76,85 @@
}
}, {
- "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/login/switchMode",
+ "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": "black",
- "navigationBarTitleText": "uni-app",
+ "navigationBarTextStyle": "white",
+ "navigationBarTitleText": "鍏板疂鏅鸿兘",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
@@ -118,20 +170,20 @@
"text": "棣栭〉"
}, {
- "pagePath": "pages/tabBar/monitor",
+ "pagePath": "pages/tabBar/device",
"iconPath": "static/tabBar/shop.png",
"selectedIconPath": "static/tabBar/shop_cur.png",
- "text": "鐩戞帶"
+ "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",
"selectedIconPath": "static/tabBar/order_cur.png",
- "text": "閰嶆柟"
+ "text": "骞茬嚗閰嶆柟"
}, {
"pagePath": "pages/tabBar/me",
"iconPath": "static/tabBar/me.png",
@@ -140,4 +192,4 @@
}]
},
"uniIdRouter": {}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3