From 21e8eecb9cc6976cc31df2c2ba72996cab02c520 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 17 十一月 2023 08:30:12 +0800
Subject: [PATCH] 设备点检

---
 pages.json |   76 +++++++++++++++++++++++++++++++++++---
 1 files changed, 70 insertions(+), 6 deletions(-)

diff --git a/pages.json b/pages.json
index 838d646..59842da 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,5 @@
 {
-	"pages": [
-		{
+	"pages": [{
 			"path": "pages/login/login",
 			"style": {
 				"navigationBarTitleText": "鐧诲綍"
@@ -11,13 +10,78 @@
 			"style": {
 				"navigationBarTitleText": "MES-绉诲姩缁堢"
 			}
+		}, {
+			"path": "pages/main/main",
+			"style": {
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/inspection/inspectionList",
+			"style": {
+				"navigationBarTitleText": "宸℃妫�楠屽垪琛�",
+				"enablePullDownRefresh": false
+			}
+
+		},{
+			"path": "pages/inspection/firstInspectionList",
+			"style": {
+				"navigationBarTitleText": "棣栨妫�楠屽垪琛�",
+				"enablePullDownRefresh": false
+			}
+		},
+		{
+			"path": "pages/eqSpotCheck/eqSpotCheck",
+			"style": {
+				"navigationBarTitleText": "璁惧鐐规璁″垝",
+				"enablePullDownRefresh": false
+			}
+		},
+		{
+			"path": "pages/inspection/inspectionInfo",
+			"style": {
+				"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