|
@@ -42,6 +42,8 @@
|
|
"path": "pages/Workorder/Workorder",
|
|
"path": "pages/Workorder/Workorder",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "管理"
|
|
"navigationBarTitleText": "管理"
|
|
|
|
+ // "navigationStyle": "custom" ,// 隐藏系统导航栏
|
|
|
|
+ // "navigationBarTextStyle": "white"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
@@ -139,6 +141,24 @@
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+ ,{
|
|
|
|
+ "path" : "pages/Workorder/Tenantbill/Tenantbill",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "navigationBarTitleText": "租户账单",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ ,{
|
|
|
|
+ "path" : "pages/Workorder/Remotecontrol/Remotecontrol",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "navigationBarTitleText": "远程管控",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
],
|
|
],
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|