2025-07-15 16:18:34 +08:00
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
"pages/index/index",
|
|
|
|
|
"pages/login",
|
2025-12-15 18:19:04 +08:00
|
|
|
"pages/transfer/index",
|
|
|
|
|
"pages/forward/index",
|
2025-08-29 09:51:02 +08:00
|
|
|
"pages/me/index",
|
2025-12-15 18:19:04 +08:00
|
|
|
"pages/ai/index",
|
|
|
|
|
"pages/web_view/index"
|
2025-07-15 16:18:34 +08:00
|
|
|
],
|
|
|
|
|
"subPackages": [
|
2025-08-29 09:51:02 +08:00
|
|
|
{
|
|
|
|
|
"root": "WORKORDER",
|
|
|
|
|
"pages": [
|
|
|
|
|
"list/index",
|
|
|
|
|
"add/index",
|
2025-10-29 13:53:05 +08:00
|
|
|
"show/index",
|
|
|
|
|
"acceptance/index",
|
|
|
|
|
"pay/index",
|
|
|
|
|
"update_work_time/index",
|
|
|
|
|
"update_work_rework/index"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"root": "ME",
|
|
|
|
|
"pages": [
|
|
|
|
|
"feedback/index",
|
|
|
|
|
"activities_show/index",
|
|
|
|
|
"activities_list/index",
|
|
|
|
|
"wallet/index",
|
|
|
|
|
"recharge/index",
|
|
|
|
|
"recharge_record/index",
|
|
|
|
|
"advance_payment_house/index",
|
|
|
|
|
"me_invoice/list/index",
|
|
|
|
|
"me_invoice/add/index",
|
|
|
|
|
"vehicle_management/list/index",
|
|
|
|
|
"vehicle_management/add/index",
|
|
|
|
|
"issue_invoice/index",
|
|
|
|
|
"payment_pre_stored/index",
|
|
|
|
|
"pre_stored_form/index",
|
|
|
|
|
"user_evaluate/index",
|
|
|
|
|
"income_expenditure/index",
|
|
|
|
|
"parking_fee/index",
|
|
|
|
|
"work_order_home/index"
|
2025-08-29 09:51:02 +08:00
|
|
|
]
|
|
|
|
|
},
|
2025-07-15 16:18:34 +08:00
|
|
|
{
|
|
|
|
|
"root": "INDEX",
|
|
|
|
|
"pages": [
|
|
|
|
|
"binding/index",
|
2025-12-15 18:19:04 +08:00
|
|
|
"binding/success",
|
2025-08-29 09:51:02 +08:00
|
|
|
"owner_audit_list/index",
|
2025-12-15 18:19:04 +08:00
|
|
|
"message_center/index/index",
|
|
|
|
|
"message_center/list/index",
|
|
|
|
|
"message_center/show/index",
|
2025-08-29 09:51:02 +08:00
|
|
|
"bill/list/index",
|
|
|
|
|
"bill/show/index",
|
2025-12-15 18:19:04 +08:00
|
|
|
"bill_order/index",
|
2025-08-29 09:51:02 +08:00
|
|
|
"pay/index",
|
2025-12-15 18:19:04 +08:00
|
|
|
"pay/success",
|
|
|
|
|
"collection/index",
|
|
|
|
|
"collection/confirm",
|
2025-08-29 09:51:02 +08:00
|
|
|
"asset_houses/index",
|
|
|
|
|
"archive_houses/index",
|
2025-12-15 18:19:04 +08:00
|
|
|
"me/index",
|
|
|
|
|
"activities_show/index",
|
|
|
|
|
"parking_payment/index",
|
|
|
|
|
"open_door/index",
|
|
|
|
|
"invitation/index",
|
|
|
|
|
"parking_payment_record/index"
|
2025-07-15 16:18:34 +08:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"window": {
|
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
},
|
|
|
|
|
"tabBar": {
|
2025-08-29 09:51:02 +08:00
|
|
|
"color": "#3D3D3D",
|
|
|
|
|
"selectedColor": "#3D3D3D",
|
2025-07-15 16:18:34 +08:00
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"text": "首页",
|
2025-08-29 09:51:02 +08:00
|
|
|
"iconPath": "/static/tabbar/home_icon.png",
|
|
|
|
|
"selectedIconPath": "/static/tabbar/home_active.png"
|
|
|
|
|
},
|
2025-07-15 16:18:34 +08:00
|
|
|
{
|
|
|
|
|
"pagePath": "pages/me/index",
|
|
|
|
|
"text": "我的",
|
2025-08-29 09:51:02 +08:00
|
|
|
"iconPath": "/static/tabbar/news_icon.png",
|
|
|
|
|
"selectedIconPath": "/static/tabbar/news_active.png"
|
2025-07-15 16:18:34 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"usingComponents": {}
|
|
|
|
|
}
|