pay-customer/src/pages.json

152 lines
3.4 KiB
JSON
Raw Normal View History

2025-07-15 16:18:34 +08:00
{
"pages": [
{
"path": "pages/index/index",
"style": {
2025-08-29 09:51:02 +08:00
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
2025-07-15 16:18:34 +08:00
}
},
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录/注册",
"navigationStyle": "custom"
}
},
{
"path": "pages/me/index",
"style": {
2025-08-29 09:51:02 +08:00
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
},
{
"path": "pages/ai/index",
"style": {
"navigationBarTitleText": "智能管家"
2025-07-15 16:18:34 +08:00
}
}
],
"subPackages": [
2025-08-29 09:51:02 +08:00
{
"root": "WORKORDER",
"pages": [
{
"path": "list/index",
"style": {
"navigationBarTitleText": "工单报事"
}
},
{
"path": "add/index",
"style": {
"navigationBarTitleText": "新增工单"
}
},
{
"path": "show/index",
"style": {
"navigationBarTitleText": "工单详情"
}
}
]
},
2025-07-15 16:18:34 +08:00
{
"root": "INDEX",
2025-08-29 09:51:02 +08:00
"pages": [
2025-07-15 16:18:34 +08:00
{
"path": "binding/index",
"style": {
"navigationBarTitleText": "绑定房屋"
}
},
{
2025-08-29 09:51:02 +08:00
"path": "owner_audit_list/index",
"style": {
"navigationBarTitleText": "审核与申请"
}
},
{
"path": "bill/list/index",
2025-07-15 16:18:34 +08:00
"style": {
"navigationBarTitleText": "我的账单"
}
2025-08-29 09:51:02 +08:00
},
{
"path": "bill/show/index",
"style": {
"navigationBarTitleText": "账单明细"
}
},
{
"path": "pay/index",
"style": {
"navigationBarTitleText": "收银台"
}
},
{
"path": "asset_houses/index",
"style": {
"navigationBarTitleText": "房屋管理"
}
},
{
"path": "archive_houses/index",
"style": {
"navigationBarTitleText": "房屋档案"
}
},
{
"path": "me/index",
"style": {
"navigationBarTitleText": "个人设置"
}
2025-07-15 16:18:34 +08:00
}
2025-08-29 09:51:02 +08:00
]
2025-07-15 16:18:34 +08:00
}
],
"easycom": {
"custom": {
"^u-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
"^cc-(.*)": "@/common/components/cc-$1/cc-$1.vue",
"^nchl-(.*)": "@/components/my-$1/nchl-$1.vue"
}
},
2025-08-29 09:51:02 +08:00
2025-07-15 16:18:34 +08:00
"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
}
]
2025-08-29 09:51:02 +08:00
},
"globalStyle": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
2025-07-15 16:18:34 +08:00
}
}