From ee7a99184338ee5d7b4d9712706aeb6af6e15b43 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 22 Jun 2021 11:48:43 +0800
Subject: [PATCH] 新增我要查页面,老的页面修改为我要巡
---
pages.json | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/pages.json b/pages.json
index 2f5d5d6..714f77e 100644
--- a/pages.json
+++ b/pages.json
@@ -199,6 +199,13 @@
"path": "pages/workbench/workbench",
"name": "workbench",
"style": {
+ "navigationBarTitleText": "我要巡"
+ }
+ },
+ {
+ "path": "pages/alarm_list/alarm_list",
+ "name": "alarm_list",
+ "style": {
"navigationBarTitleText": "我要查"
}
},
@@ -258,7 +265,7 @@
"selectedColor": "#0faeff",
"backgroundColor": "#ffffff",
"list": [{
- "pagePath": "pages/workbench/workbench",
+ "pagePath": "pages/alarm_list/alarm_list",
"text": "我要查",
"iconPath": "static/tabbar/workbench.png",
"selectedIconPath": "static/tabbar/workbenchH.png"
@@ -279,11 +286,16 @@
"text": "我要说",
"iconPath": "static/tabbar/investigation.png",
"selectedIconPath": "static/tabbar/investigationH.png"
- }, {
+ },{
+ "pagePath": "pages/workbench/workbench",
+ "text": "我要巡",
+ "iconPath": "static/img/bar/patrol.png",
+ "selectedIconPath": "static/img/bar/patrol-blue.png"
+ },{
"pagePath": "pages/myself/myself",
- "text": "个人中心",
- "iconPath": "static/tabbar/user.png",
- "selectedIconPath": "static/tabbar/userHL.png"
+ "text": "我的",
+ "iconPath": "static/tabbar/userHL.png",
+ "selectedIconPath": "static/workbench/user01.png"
}
]
--
Gitblit v1.9.3