90 lines
2.0 KiB
JSON
90 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/loading",
|
|
"pages/login",
|
|
"pages/data_oard/index",
|
|
"pages/me/index",
|
|
"pages/public/asset_houses/index"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "WORKORDER",
|
|
"pages": [
|
|
"list/index",
|
|
"update/index",
|
|
"show/index",
|
|
"add/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "ME",
|
|
"pages": [
|
|
"update/index",
|
|
"feedback/index",
|
|
"knowledge_qa/index",
|
|
"knowledge_qa/show",
|
|
"push_show/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "CUSTOMER",
|
|
"pages": [
|
|
"show/index",
|
|
"update/index",
|
|
"assets/index",
|
|
"bind_house/index",
|
|
"house_list/index",
|
|
"house_select/index",
|
|
"house_Identity/index",
|
|
"house_Identity/success",
|
|
"bind_house_form/index",
|
|
"bind_house_form/success",
|
|
"list_user/index",
|
|
"list_house/index",
|
|
"list_bill/index"
|
|
]
|
|
},
|
|
{
|
|
"root": "BILL",
|
|
"pages": [
|
|
"outstanding_fee/index/index",
|
|
"record/payment/index",
|
|
"record/urge_payment/index",
|
|
"outstanding_fee/show/index",
|
|
"outstanding_fee/add/index",
|
|
"bill_details/index",
|
|
"information_template/index",
|
|
"poster/index",
|
|
"collection_record/index/index",
|
|
"collection_record/show/index",
|
|
"send_bill/index"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"color": "#3D3D3D",
|
|
"selectedColor": "#3D3D3D",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/static/tabbar/home.png",
|
|
"selectedIconPath": "/static/tabbar/home_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/index",
|
|
"text": "我的",
|
|
"iconPath": "/static/tabbar/me.png",
|
|
"selectedIconPath": "/static/tabbar/me_active.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |