From af2cf237c9506f0cb9db8185c96e546bb9a73b63 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 29 Jul 2021 08:47:21 +0800
Subject: [PATCH] 部分页面搭建配置等

---
 pages.json |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index 657c29c..970ade2 100644
--- a/pages.json
+++ b/pages.json
@@ -101,6 +101,14 @@
 				"navigationBarTextStyle": "white"
 			}
 		}, {
+			"path": "pages/report/sendDetail",
+			"style": {
+				"navigationBarTitleText": "发送汇报详情",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
 			"path": "pages/report/receive",
 			"style": {
 				"navigationBarTitleText": "接收汇报",
@@ -125,6 +133,30 @@
 				"navigationBarTextStyle": "white"
 			}
 		}, {
+			"path": "pages/dispatch/look",
+			"style": {
+				"navigationBarTitleText": "指令查看",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/dispatch/lookDetail",
+			"style": {
+				"navigationBarTitleText": "指令详情",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/dispatch/issue",
+			"style": {
+				"navigationBarTitleText": "指令下发",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
 			"path": "pages/message/message",
 			"style": {
 				"navigationBarTitleText": "通知通告",
@@ -142,6 +174,15 @@
 			}
 		}, 
 		{
+			"path": "pages/map/map",
+			"name": "map",
+			"style": {
+				"navigationBarTitleText": "保安位置",
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
 			"path": "pages/user/profile",
 			"style": {
 				"navigationBarTitleText": "个人资料",

--
Gitblit v1.9.3