From 82c62ebc487fb43f3f45a8fd1172023937d144bc Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 30 Jun 2021 17:54:10 +0800
Subject: [PATCH] 1.整体页面样式调整,图标更换 2.工作台页面调整 3.资讯页面调整,更换顶部导航栏,新增tab 条,搜索框

---
 pages.json |   48 +++++++++++++++++++++++-------------------------
 1 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/pages.json b/pages.json
index 7deb6ba..8c526ed 100644
--- a/pages.json
+++ b/pages.json
@@ -52,6 +52,15 @@
 			}
 		},
 		{
+			"path": "pages/business/business",
+			"style": {
+				"navigationBarTitleText": "工作台",
+				"app-plus":{
+					"titleNView":false
+				}
+			}
+		},
+		{
 			"path": "pages/myself/childen/xinxi",
 			"name": "xinxi",
 			"style": {
@@ -278,38 +287,27 @@
 		"backgroundColor": "#ffffff",
 		"list": [{
 				"pagePath": "pages/alarm_list/alarm_list",
-				"text": "我要查",
-				"iconPath": "static/tabbar/workbench.png",
-				"selectedIconPath": "static/tabbar/workbenchH.png"
+				"text": "首页",
+				"iconPath": "static/tabbar/index01.png",
+				"selectedIconPath": "static/tabbar/index02.png"
 			},{
 				"pagePath": "pages/article/article",
-				"text": "我要看",
+				"text": "资讯",
 				"iconPath": "static/tabbar/article.png",
 				"selectedIconPath": "static/tabbar/articleH.png"
 			},
 			{
-				"pagePath": "pages/reported/reported",
-				"text": "我要报",
-				"iconPath": "static/tabbar/business.png",
-				"selectedIconPath": "static/tabbar/businessH.png"
-			}, {
-
-				"pagePath": "pages/groupChat/groupChat",
-				"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/business/business",
+				"text": "工作台",
+				"iconPath": "static/tabbar/workbench.png",
+				"selectedIconPath": "static/tabbar/workbenchH.png"
+			},
+			{
+				"pagePath": "pages/myself/myself",
+				"text": "我的",
+				"iconPath": "static/tabbar/my.png",
+				"selectedIconPath": "./static/tabbar/my-blue.png"
 			}
-			// ,{
-			// 	"pagePath": "pages/myself/myself",
-			// 	"text": "我的",
-			// 	"iconPath": "static/tabbar/userHL.png",
-			// 	"selectedIconPath": "static/workbench/user01.png"
-			// }
 
 		]
 	},

--
Gitblit v1.9.3