From 5931ac5e88e356a8691c38dec352bdd3dea28c7d Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 04 Nov 2023 23:02:16 +0800
Subject: [PATCH] 住户标签接入完成,资料管理接入

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

diff --git a/pages.json b/pages.json
index 5a841b2..f2927da 100644
--- a/pages.json
+++ b/pages.json
@@ -184,6 +184,15 @@
 					}
 				},
 				{
+					"path": "member/householdLabel",
+					"style": {
+						"navigationBarTitleText": "标签管理",
+						"navigationBarBackgroundColor": "#5887f9",
+						"navigationBarTextStyle": "white",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
 					"path": "roomControl/index",
 					"style": {
 						"navigationBarTitleText": "房屋管理",

--
Gitblit v1.9.3