From a95d9fc78e7f15c5932c68e848d859c1714b8f66 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 27 Jul 2021 17:07:13 +0800
Subject: [PATCH] 目录相关配置等

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

diff --git a/pages.json b/pages.json
index 48b3081..657c29c 100644
--- a/pages.json
+++ b/pages.json
@@ -117,6 +117,31 @@
 				"navigationBarTextStyle": "white"
 			}
 		}, {
+			"path": "pages/dispatch/dispatch",
+			"style": {
+				"navigationBarTitleText": "调度指令",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/message/message",
+			"style": {
+				"navigationBarTitleText": "通知通告",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/examine/examine",
+			"style": {
+				"navigationBarTitleText": "现场检查",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, 
+		{
 			"path": "pages/user/profile",
 			"style": {
 				"navigationBarTitleText": "个人资料",

--
Gitblit v1.9.3