From 943fc558a942ce0d83748cc55f4ddd2bcb4ba02d Mon Sep 17 00:00:00 2001
From: 展杰 <1240968267@qq.com>
Date: 星期六, 09 十二月 2023 08:57:42 +0800
Subject: [PATCH] 1

---
 pages.json |   73 ++++++++++++++++++++++++++++--------
 1 files changed, 56 insertions(+), 17 deletions(-)

diff --git a/pages.json b/pages.json
index 6ae53ab..6da1b87 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,5 @@
 {
-	"pages": [
-		{
+	"pages": [{
 			"path": "pages/login/login",
 			"style": {
 				"navigationBarTitleText": "鐧诲綍"
@@ -9,11 +8,59 @@
 		{
 			"path": "pages/index/index",
 			"style": {
-				"navigationBarTitleText": "MES-绉诲姩缁堢"
+				"navigationBarTitleText": "MES-绉诲姩缁堢",
+				"enablePullDownRefresh": false
 			}
+		}, {
+			"path": "pages/main/main",
+			"style": {
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/inspection/inspectionList",
+			"style": {
+				"navigationBarTitleText": "宸℃妫�楠屽垪琛�",
+				"enablePullDownRefresh": true
+			}
+
+		},{
+			"path": "pages/inspection/firstInspectionList",
+			"style": {
+				"navigationBarTitleText": "棣栨妫�楠屽垪琛�",
+				"enablePullDownRefresh": true
+			}
+		},
+		{
+			"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/main/main",
+            "path" : "pages/work_reporting/work_reporting",
             "style" :                                                                                    
             {
                 "navigationBarTitleText": "",
@@ -22,16 +69,7 @@
             
         }
         ,{
-            "path" : "pages/inspection/inspectionList",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "",
-                "enablePullDownRefresh": false
-            }
-            
-        }
-        ,{
-            "path" : "pages/inspection/inspectionInfo",
+            "path" : "pages/marchine_start/marchine_start",
             "style" :                                                                                    
             {
                 "navigationBarTitleText": "",
@@ -43,8 +81,9 @@
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "#F8F8F8",
-		"backgroundColor": "#F8F8F8"
+		"navigationBarBackgroundColor": "#f1f1f1",
+		"enablePullDownRefresh": true,
+		"backgroundColor": "#efefef"
 	},
 	"uniIdRouter": {}
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3