From afa720674522f04c648bc24328880d3216ff6df8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 28 Oct 2023 17:27:19 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
---
pages.json | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index e005a2f..205afdf 100644
--- a/pages.json
+++ b/pages.json
@@ -370,6 +370,23 @@
]
},
+ //工作台
+ {
+ "root": "subPackage/workbench",
+ "pages": [{
+ "path": "views/cscj",
+ "style": {
+ "navigationBarTitleText": "场所维护",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#4586fe",
+ "navigationBarTextStyle": "white"
+ }
+ }
+
+
+ ]
+ },
+
//报事
{
"root": "subPackage/bs",
@@ -406,6 +423,15 @@
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "views/rentDetail",
+ "style": {
+ "navigationBarTitleText": "租户详情",
+ "navigationBarBackgroundColor": "#4586fe",
+ "navigationBarTextStyle": "white",
+ "enablePullDownRefresh": false
+ }
}
]
--
Gitblit v1.9.3