From beafc99906bfa6db2cf6928523f52c52c7d8125f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 29 Jul 2021 09:06:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_app

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

diff --git a/pages.json b/pages.json
index c19098e..ba1367e 100644
--- a/pages.json
+++ b/pages.json
@@ -121,6 +121,14 @@
 				"navigationBarTextStyle": "white"
 			}
 		}, {
+			"path": "pages/report/sendDetail",
+			"style": {
+				"navigationBarTitleText": "发送汇报详情",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
 			"path": "pages/report/receive",
 			"style": {
 				"navigationBarTitleText": "接收汇报",
@@ -145,6 +153,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": "通知通告",
@@ -162,6 +194,15 @@
 			}
 		}, 
 		{
+			"path": "pages/map/map",
+			"name": "map",
+			"style": {
+				"navigationBarTitleText": "保安位置",
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
 			"path": "pages/user/profile",
 			"style": {
 				"navigationBarTitleText": "个人资料",

--
Gitblit v1.9.3