From 4efa964eede86720346feb454f5bb3c20d24d901 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 30 Oct 2023 17:07:22 +0800
Subject: [PATCH] 楼盘表相关页面

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

diff --git a/pages.json b/pages.json
index 205afdf..acbbe3d 100644
--- a/pages.json
+++ b/pages.json
@@ -435,8 +435,44 @@
 				}
 
 			]
+		},
+
+
+		// 楼栋管理
+		{
+			"root": "subPackage/house",
+			"pages": [{
+					"path": "list/index",
+					"style": {
+						"navigationBarTitleText": "楼栋列表",
+						"navigationBarBackgroundColor": "#5887f9",
+						"navigationBarTextStyle": "white",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "family/index",
+					"style": {
+						"navigationBarTitleText": "楼盘",
+						"navigationBarBackgroundColor": "#5887f9",
+						"navigationBarTextStyle": "white",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "roomDetails/index",
+					"style": {
+						"navigationBarTitleText": "房屋详情",
+						"navigationBarBackgroundColor": "#5887f9",
+						"navigationBarTextStyle": "white",
+						"enablePullDownRefresh": false
+					}
+				}
+
+			]
 		}
 
+
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

--
Gitblit v1.9.3