From 489acf5ce86f711ef70e67a3bb1511571177a8bb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 12 Aug 2021 16:48:41 +0800
Subject: [PATCH] 部分修改

---
 pages.json |   76 ++++++++++++++++++++++++++++++-------
 1 files changed, 61 insertions(+), 15 deletions(-)

diff --git a/pages.json b/pages.json
index de0edcc..ab36a18 100644
--- a/pages.json
+++ b/pages.json
@@ -3,16 +3,16 @@
 		"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
 	},
 	"pages": [{
-			"path": "pages/home/home",
+			"path": "pages/login/login-account",
 			"style": {
-				"navigationBarTitleText": "首页",
+				"navigationBarTitleText": "登录",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
 		}, {
-			"path": "pages/login/login-account",
+			"path": "pages/home/home",
 			"style": {
-				"navigationBarTitleText": "登录",
+				"navigationBarTitleText": "首页",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
@@ -28,7 +28,7 @@
 				// 	"animationDuration": 300
 				// }
 			}
-		}, 
+		},
 		// {
 		// 	"path": "pages/home/home",
 		// 	"style": {
@@ -230,6 +230,54 @@
 				"navigationBarTextStyle": "white"
 			}
 		}, {
+			"path": "pages/examine/unit",
+			"style": {
+				"navigationBarTitleText": "单位检查列表",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/examine/unitDetail",
+			"style": {
+				"navigationBarTitleText": "单位检查详情",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/examine/people",
+			"style": {
+				"navigationBarTitleText": "保安检查列表",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/examine/peopleDetail",
+			"style": {
+				"navigationBarTitleText": "保安检查详情",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/examine/addunit",
+			"style": {
+				"navigationBarTitleText": "新增单位检查",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/examine/addpeople",
+			"style": {
+				"navigationBarTitleText": "新增人员检查",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
 			"path": "pages/map/map",
 			"style": {
 				"navigationBarTitleText": "位置查看",
@@ -336,17 +384,15 @@
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
+		}, {
+			"path": "pages/videoCall/videoCall",
+			"style": {
+				"navigationBarTitleText": "视频通话",
+				"enablePullDownRefresh": false
+			}
+
 		}
-	    ,{
-            "path" : "pages/videoCall/videoCall",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "视频通话",
-                "enablePullDownRefresh": false
-            }
-            
-        }
-    ],
+	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "",

--
Gitblit v1.9.3