2025-07-15 16:18:34 +08:00
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
"pages/index/index",
|
|
|
|
|
"pages/login",
|
2025-08-29 09:51:02 +08:00
|
|
|
"pages/me/index",
|
|
|
|
|
"pages/ai/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",
|
|
|
|
|
"show/index"
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-07-15 16:18:34 +08:00
|
|
|
{
|
|
|
|
|
"root": "INDEX",
|
|
|
|
|
"pages": [
|
|
|
|
|
"binding/index",
|
2025-08-29 09:51:02 +08:00
|
|
|
"owner_audit_list/index",
|
|
|
|
|
"bill/list/index",
|
|
|
|
|
"bill/show/index",
|
|
|
|
|
"pay/index",
|
|
|
|
|
"asset_houses/index",
|
|
|
|
|
"archive_houses/index",
|
|
|
|
|
"me/index"
|
2025-07-15 16:18:34 +08:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"window": {
|
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
},
|
|
|
|
|
"tabBar": {
|
2025-08-29 09:51:02 +08:00
|
|
|
"custom": true,
|
|
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/ai/index",
|
|
|
|
|
"text": "智能管家",
|
|
|
|
|
"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": {}
|
|
|
|
|
}
|