From 273beff9c110f6c4753b9436d872a9fa8d63b7d3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 30 Jul 2021 15:42:42 +0800
Subject: [PATCH] 文件配置及部分修改

---
 pages.json |   61 ++++++++++++++++++++++++------
 1 files changed, 48 insertions(+), 13 deletions(-)

diff --git a/pages.json b/pages.json
index ba1367e..2ffaf71 100644
--- a/pages.json
+++ b/pages.json
@@ -2,13 +2,24 @@
 	"easycom": {
 		"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
 	},
-	"pages": [
-		{
+	"pages": [{
 			"path": "pages/login/login-account",
 			"style": {
 				"navigationBarTitleText": "登录",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
+			}
+		}, {
+			"path": "pages/registerUser/registerUser",
+			"name": "loging",
+			"style": {
+				"navigationBarTitleText": "注册账号",
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+				// "app-plus": {
+				// 	"animationType": "fade-in",
+				// 	"animationDuration": 300
+				// }
 			}
 		}, {
 			"path": "pages/home/home",
@@ -47,7 +58,7 @@
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
-		},  {
+		}, {
 			"path": "pages/groupChat/groupChat",
 			"style": {
 				"navigationBarTitleText": "聊天室",
@@ -68,8 +79,8 @@
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
-		}, 
-		
+		},
+
 		{
 			"path": "pages/securityStaff/exhibition",
 			"style": {
@@ -77,7 +88,7 @@
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
-		},{
+		}, {
 			"path": "pages/securityStaff/information",
 			"style": {
 				"navigationBarTitleText": "详细信息",
@@ -85,9 +96,9 @@
 				"navigationStyle": "custom"
 			}
 		},
-		
-		
-		
+
+
+
 		{
 			"path": "pages/company/company",
 			"style": {
@@ -113,9 +124,17 @@
 				"navigationBarTextStyle": "white"
 			}
 		}, {
+			"path": "pages/report/initiate",
+			"style": {
+				"navigationBarTitleText": "发起汇报",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
 			"path": "pages/report/send",
 			"style": {
-				"navigationBarTitleText": "发送汇报",
+				"navigationBarTitleText": "发送汇报列表",
 				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white"
@@ -131,7 +150,7 @@
 		}, {
 			"path": "pages/report/receive",
 			"style": {
-				"navigationBarTitleText": "接收汇报",
+				"navigationBarTitleText": "接受汇报列表",
 				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white"
@@ -171,7 +190,15 @@
 		}, {
 			"path": "pages/dispatch/issue",
 			"style": {
-				"navigationBarTitleText": "指令下发",
+				"navigationBarTitleText": "文字指令下发",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/dispatch/imgissue",
+			"style": {
+				"navigationBarTitleText": "图片指令下发",
 				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white"
@@ -192,7 +219,15 @@
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white"
 			}
-		}, 
+		}, {
+			"path": "pages/map/map",
+			"style": {
+				"navigationBarTitleText": "位置查看",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		},
 		{
 			"path": "pages/map/map",
 			"name": "map",

--
Gitblit v1.9.3