From 3acc5e4a99c7c69d25d7782e3c71152c5d0e0845 Mon Sep 17 00:00:00 2001
From: YOS-DRVOGPU6U78\Administrator <chenky0613@qq.com>
Date: 星期三, 19 七月 2023 10:42:56 +0800
Subject: [PATCH] 首检巡检

---
 pages.json |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index 838d646..6ae53ab 100644
--- a/pages.json
+++ b/pages.json
@@ -12,7 +12,34 @@
 				"navigationBarTitleText": "MES-绉诲姩缁堢"
 			}
 		}
-	],
+	    ,{
+            "path" : "pages/main/main",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/inspection/inspectionList",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/inspection/inspectionInfo",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+    ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",

--
Gitblit v1.9.3