From c0fe59c6cf05c22a6507c8e34d7f51550acfec10 Mon Sep 17 00:00:00 2001
From: 展杰 <1240968267@qq.com>
Date: 星期四, 09 十一月 2023 17:52:20 +0800
Subject: [PATCH] 首检巡检

---
 pages.json |   50 +++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 43 insertions(+), 7 deletions(-)

diff --git a/pages.json b/pages.json
index baec03d..7b3fb44 100644
--- a/pages.json
+++ b/pages.json
@@ -20,24 +20,60 @@
 		}, {
 			"path": "pages/inspection/inspectionList",
 			"style": {
-				"navigationBarTitleText": "",
+				"navigationBarTitleText": "宸℃妫�楠屽垪琛�",
 				"enablePullDownRefresh": false
 			}
 
-		}, {
+		},{
+			"path": "pages/inspection/firstInspectionList",
+			"style": {
+				"navigationBarTitleText": "棣栨妫�楠屽垪琛�",
+				"enablePullDownRefresh": false
+			}
+		},{
 			"path": "pages/inspection/inspectionInfo",
 			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false
+				"navigationBarTitleText": "妫�楠屼俊鎭綍鍏�",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": {
+						"buttons": [
+							{
+								"float": "right",
+								"fontSize": "25px",
+								"fontSrc": "/static/fonts/uniicons.ttf",
+								"text": "\ue658"
+							}
+						]
+					}
+				}
 			}
 
 		}
-	],
+	    ,{
+            "path" : "pages/work_reporting/work_reporting",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/marchine_start/marchine_start",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+    ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "#F8F8F8",
-		"backgroundColor": "#F8F8F8"
+		"navigationBarBackgroundColor": "#f1f1f1",
+		"backgroundColor": "#efefef"
 	},
 	"uniIdRouter": {}
 }
\ No newline at end of file

--
Gitblit v1.9.3