From 2cfa2dd91631cdc51456301cfd2a804a693957d7 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 07 Nov 2023 18:01:27 +0800
Subject: [PATCH] 首页标签报事入口,新增旅店安全自查,取保候审页面

---
 pages.json |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index e888d88..51aedf2 100644
--- a/pages.json
+++ b/pages.json
@@ -108,6 +108,48 @@
 			]
 		},
 		
+		//标签
+		{
+			"root": "subPackage/label",
+			"pages": [
+				{
+					"path": "index",
+					"style": {
+						"navigationBarTitleText": "标签事件",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#4586fe",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
+					"path": "hotel",
+					"style": {
+						"navigationBarTitleText": "旅馆安全自查",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#4586fe",
+						"navigationBarTextStyle": "white"
+					}
+				},{
+					"path": "released",
+					"style": {
+						"navigationBarTitleText": "取保候审",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#4586fe",
+						"navigationBarTextStyle": "white"
+					}
+				},
+				{
+					"path": "form",
+					"style": {
+						"navigationBarTitleText": "大金店报事",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#4586fe",
+						"navigationBarTextStyle": "white"
+					}
+				}
+			]
+		},
+		
 		//工作台
 		{
 			"root": "subPackage/workbench",

--
Gitblit v1.9.3