From e46b9c0d57dac1fff19c3e0ec0fe6d6df5cb9450 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 27 Oct 2023 18:31:26 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
---
pages.json | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 4609b3a..3b90dc5 100644
--- a/pages.json
+++ b/pages.json
@@ -368,7 +368,40 @@
}
}
]
+ },
+
+ //报事
+ {
+ "root": "subPackage/bs",
+ "pages": [{
+ "path": "views/index",
+ "style": {
+ "navigationBarTitleText": "报事",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "views/bsReport",
+ "style": {
+ "navigationBarTitleText": "报事",
+ "navigationBarBackgroundColor": "#4586fe",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "views/zhsb",
+ "style": {
+ "navigationBarTitleText": "出租管理",
+ "navigationBarBackgroundColor": "#4586fe",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false
+ }
+ }
+
+ ]
}
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.3