From 83ddcb99e1fddf7b4087f18c5e8fbdda93080c1d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 31 Oct 2023 15:25:33 +0800
Subject: [PATCH] 房屋管理页面
---
pages.json | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 68d9da1..a08b275 100644
--- a/pages.json
+++ b/pages.json
@@ -478,6 +478,15 @@
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "roomControl/index",
+ "style": {
+ "navigationBarTitleText": "房屋管理",
+ "navigationBarBackgroundColor": "#5887f9",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false
+ }
}
]
--
Gitblit v1.9.3