Files
akmon/pages/mall/pages-parent.json
2026-01-20 08:04:15 +08:00

155 lines
3.9 KiB
JSON

{
"pages": [
{
"path": "pages/mall/nfc/parent/index",
"style": {
"navigationBarTitleText": "孩子校园生活",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/children-list",
"style": {
"navigationBarTitleText": "我的孩子",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/child-detail",
"style": {
"navigationBarTitleText": "孩子详情",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/consumption-monitor",
"style": {
"navigationBarTitleText": "消费监控",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/recharge-for-child",
"style": {
"navigationBarTitleText": "代充值",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/spending-limit",
"style": {
"navigationBarTitleText": "消费限额",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/nutrition-report",
"style": {
"navigationBarTitleText": "营养报告",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/access-alerts",
"style": {
"navigationBarTitleText": "进出提醒",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/monthly-report",
"style": {
"navigationBarTitleText": "月度报告",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/alert-settings",
"style": {
"navigationBarTitleText": "提醒设置",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/emergency-contact",
"style": {
"navigationBarTitleText": "紧急联系",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/parent/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"backgroundColor": "#f8f9fa"
}
}
],
"subPackages": [
{
"root": "pages/mall/nfc/parent",
"pages": [
{
"path": "consumption-detail",
"style": {
"navigationBarTitleText": "消费详情"
}
},
{
"path": "nutrition-detail",
"style": {
"navigationBarTitleText": "营养详情"
}
},
{
"path": "access-detail",
"style": {
"navigationBarTitleText": "进出详情"
}
}
]
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#FF6B35",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/mall/nfc/parent/index",
"text": "首页",
"iconPath": "static/icons/home.png",
"selectedIconPath": "static/icons/home-active.png"
},
{
"pagePath": "pages/mall/nfc/parent/consumption-monitor",
"text": "消费监控",
"iconPath": "static/icons/monitor.png",
"selectedIconPath": "static/icons/monitor-active.png"
},
{
"pagePath": "pages/mall/nfc/parent/nutrition-report",
"text": "营养报告",
"iconPath": "static/icons/nutrition.png",
"selectedIconPath": "static/icons/nutrition-active.png"
},
{
"pagePath": "pages/mall/nfc/parent/alert-settings",
"text": "设置",
"iconPath": "static/icons/settings.png",
"selectedIconPath": "static/icons/settings-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "家长监控",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f9fa"
}
}