From bd87e01aefaeb972f8d980a563773249f9e9e639 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 29 Mar 2024 18:51:49 +0800
Subject: [PATCH] 更新

---
 pages.json |   41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index b0112c5..c577c59 100644
--- a/pages.json
+++ b/pages.json
@@ -1074,9 +1074,48 @@
 						"enablePullDownRefresh": false
 					}
 				}
-
 			]
+		},
+
+		//网格巡查
+		{
+			"root": "subPackage/patrol",
+			"pages": [{
+					"path": "list",
+					"style": {
+						"navigationBarTitleText": "巡查记录 ",
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "detail",
+					"style": {
+						"navigationBarTitleText": "巡查详情 ",
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black",
+						"enablePullDownRefresh": false
+					}
+				}
+			]
+		},
+
+		//走访日志
+		{
+			"root": "subPackage/workLog",
+			"pages": [{
+				"path": "list",
+				"style": {
+					"navigationBarTitleText": "走访记录 ",
+					"navigationBarBackgroundColor": "#fff",
+					"navigationBarTextStyle": "black",
+					"enablePullDownRefresh": false
+				}
+			}]
 		}
+
+
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

--
Gitblit v1.9.3