From 3d98a5d6dcc2e1f9b59a89570fa086548366ed72 Mon Sep 17 00:00:00 2001
From: 李旭东 <woaiguo66@sina.com>
Date: 星期五, 27 十月 2023 15:50:42 +0800
Subject: [PATCH] 环境监测和焊接烟尘增加

---
 sz_app/pages.json |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/sz_app/pages.json b/sz_app/pages.json
index 7f051d2..2abc331 100644
--- a/sz_app/pages.json
+++ b/sz_app/pages.json
@@ -85,6 +85,27 @@
 				"navigationBarTextStyle": "white",
 				"navigationBarTitleText": "管片出库"
 			}
+		},{
+			"path": "pages/spotCheck/index",
+			"style": {
+				"navigationStyle": "custom",
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
+			"path": "pages/spotCheck/spotDetail",
+			"style": {
+				"navigationBarBackgroundColor": "#1976FF",
+				"navigationBarTextStyle": "white",
+				"navigationBarTitleText": "点检详情"
+			}
+		},{
+			"path": "pages/spotCheck/deviceSpot",
+			"style": {
+				"navigationBarBackgroundColor": "#1976FF",
+				"navigationBarTextStyle": "white",
+				"navigationBarTitleText": "设备点检"
+			}
 		}
   ],
 	"globalStyle": {

--
Gitblit v1.9.3