From 919cf3e086c89141a2cabd4e92a1776f6b32679a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 25 Nov 2021 19:57:18 +0800
Subject: [PATCH] 验收版本

---
 pages.json |   66 +++++++++++++++++++++++---------
 1 files changed, 47 insertions(+), 19 deletions(-)

diff --git a/pages.json b/pages.json
index ce4f522..74d4425 100644
--- a/pages.json
+++ b/pages.json
@@ -111,9 +111,10 @@
 		{
 			"path": "pages/securityStaff/information",
 			"style": {
-				"navigationBarTitleText": "详细信息",
-				"enablePullDownRefresh": false,
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "个人信息",
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white",
+				"enablePullDownRefresh": false
 			}
 		},
 		{
@@ -128,7 +129,7 @@
 		{
 			"path": "pages/company/companyDetail",
 			"style": {
-				"navigationBarTitleText": "保安单位管理",
+				"navigationBarTitleText": "单位保安员统计",
 				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white"
@@ -172,13 +173,48 @@
 			}
 		},
 		{
-			"path": "pages/dispatch/dispatch",
+			"path": "pages/dispatch/index",
 			"style": {
 				"navigationBarTitleText": "调度指令",
-				"enablePullDownRefresh": true,
+				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
-				"navigationBarTextStyle": "white",
-				"navigationStyle": "custom"
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
+			"path": "pages/dispatch/send",
+			"style": {
+				"navigationBarTitleText": "下发指令查询",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
+			"path": "pages/dispatch/receive",
+			"style": {
+				"navigationBarTitleText": "接收指令查询",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
+			"path": "pages/dispatch/text",
+			"style": {
+				"navigationBarTitleText": "文字指令下发",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
+			"path": "pages/dispatch/imgissue",
+			"style": {
+				"navigationBarTitleText": "图片指令下发",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -190,15 +226,7 @@
 				"navigationBarTextStyle": "white"
 			}
 		},
-		{
-			"path": "pages/dispatch/imgissue",
-			"style": {
-				"navigationBarTitleText": "指令下发",
-				"enablePullDownRefresh": false,
-				"navigationBarBackgroundColor": "#0BB9C8",
-				"navigationBarTextStyle": "white"
-			}
-		},
+	
 		{
 			"path": "pages/message/message",
 			"style": {
@@ -221,7 +249,7 @@
 		{
 			"path": "pages/message/addMessage",
 			"style": {
-				"navigationBarTitleText": "新增通知通告",
+				"navigationBarTitleText": "发送通知",
 				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white"
@@ -271,7 +299,7 @@
 		}, {
 			"path": "pages/map/map",
 			"style": {
-				"navigationBarTitleText": "位置查看",
+				"navigationBarTitleText": "保安员位置",
 				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white"

--
Gitblit v1.9.3