mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/addressList/addressList",
|
|
"pages/my/my",
|
|
"pages/login/login",
|
|
"pages/activityes/activityes",
|
|
"pages/activityDetail/activityDetail",
|
|
"pages/notice/notice",
|
|
"pages/changeCommunity/changeCommunity",
|
|
"pages/userInfo/userInfo",
|
|
"pages/changePwd/changePwd",
|
|
"pages/notice/detail/noticeDetail",
|
|
"pages/complaintList/complaintList",
|
|
"pages/auditComplaintOrder/auditComplaintOrder",
|
|
"pages/complaintOrderDetail/complaintOrderDetail",
|
|
"pages/complaintOrder/complaintOrder",
|
|
"pages/floorList/floorList",
|
|
"pages/unitList/unitList",
|
|
"pages/roomList/roomList",
|
|
"pages/repairOrder/repairOrder",
|
|
"pages/repairDispatch/repairDispatch",
|
|
"pages/repairDetail/repairDetail",
|
|
"pages/inspection/inspection",
|
|
"pages/purchase/purchase",
|
|
"pages/excuteInspection/excuteInspection",
|
|
"pages/excuteOneInspection/excuteOneInspection",
|
|
"pages/purchaseRequest/purchaseRequest",
|
|
"pages/pOutOfStorageRequest/pOutOfStorageRequest",
|
|
"pages/purchasingSchedule/purchasingSchedule",
|
|
"pages/purchaseReview/purchaseReview",
|
|
"pages/purchaseList/purchaseList",
|
|
"pages/repairHandle/repairHandle",
|
|
"pages/repairDispatchFinish/repairDispatchFinish",
|
|
"pages/appraiseRepair/appraiseRepair",
|
|
"pages/complaintFinish/complaintFinish",
|
|
"pages/complaintHandle/complaintHandle",
|
|
"pages/roomDetail/roomDetail",
|
|
"pages/selectFloor/selectFloor",
|
|
"pages/selectUnit/selectUnit",
|
|
"pages/selectRoom/selectRoom",
|
|
"pages/feeDetail/feeDetail",
|
|
"pages/roomPayFee/roomPayFee",
|
|
"pages/meterReading/meterReading",
|
|
"pages/addmeter/addmeter",
|
|
"pages/applyRoom/applyRoom",
|
|
"pages/applyRoomDetail/applyRoomDetail"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "HC掌上物业",
|
|
"navigationBarBackgroundColor": "#00AA00",
|
|
"backgroundColor": "#00AA00"
|
|
},
|
|
"tabBar": {
|
|
"color": "#272636",
|
|
"selectedColor": "#00AA00",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"height": "50px",
|
|
"fontSize": "10px",
|
|
"iconWidth": "24px",
|
|
"spacing": "3px",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/image/home.png",
|
|
"selectedIconPath": "static/image/home-selected.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/addressList/addressList",
|
|
"iconPath": "static/image/addressList.png",
|
|
"selectedIconPath": "static/image/addressList-selected.png",
|
|
"text": "通讯录"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"iconPath": "static/image/my.png",
|
|
"selectedIconPath": "static/image/my-selected.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {
|
|
"cu-custom": "/colorui/components/cu-custom"
|
|
}
|
|
} |