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

171 lines
4.4 KiB
JSON

{
"pages": [
{
"path": "pages/mall/nfc/security/index",
"style": {
"navigationBarTitleText": "安保工作台",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/real-time-monitor",
"style": {
"navigationBarTitleText": "实时监控",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/access-logs",
"style": {
"navigationBarTitleText": "门禁日志",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/visitor-management",
"style": {
"navigationBarTitleText": "访客管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/emergency-alerts",
"style": {
"navigationBarTitleText": "紧急告警",
"enablePullDownRefresh": true,
"backgroundColor": "#fff3cd"
}
},
{
"path": "pages/mall/nfc/security/patrol-routes",
"style": {
"navigationBarTitleText": "巡逻路线",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/incident-reports",
"style": {
"navigationBarTitleText": "事件报告",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/camera-control",
"style": {
"navigationBarTitleText": "监控调度",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/device-status",
"style": {
"navigationBarTitleText": "设备状态",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/manual-control",
"style": {
"navigationBarTitleText": "手动控制",
"backgroundColor": "#fff3cd"
}
},
{
"path": "pages/mall/nfc/security/duty-schedule",
"style": {
"navigationBarTitleText": "值班安排",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/security/communication",
"style": {
"navigationBarTitleText": "对讲通信",
"backgroundColor": "#f8f9fa"
}
}
],
"subPackages": [
{
"root": "pages/mall/nfc/security",
"pages": [
{
"path": "visitor-detail",
"style": {
"navigationBarTitleText": "访客详情"
}
},
{
"path": "incident-detail",
"style": {
"navigationBarTitleText": "事件详情"
}
},
{
"path": "device-detail",
"style": {
"navigationBarTitleText": "设备详情"
}
},
{
"path": "patrol-detail",
"style": {
"navigationBarTitleText": "巡逻详情"
}
},
{
"path": "emergency-response",
"style": {
"navigationBarTitleText": "应急响应"
}
}
]
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#6f42c1",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/mall/nfc/security/index",
"text": "总览",
"iconPath": "static/icons/security-home.png",
"selectedIconPath": "static/icons/security-home-active.png"
},
{
"pagePath": "pages/mall/nfc/security/real-time-monitor",
"text": "监控",
"iconPath": "static/icons/monitor.png",
"selectedIconPath": "static/icons/monitor-active.png"
},
{
"pagePath": "pages/mall/nfc/security/visitor-management",
"text": "访客",
"iconPath": "static/icons/visitor.png",
"selectedIconPath": "static/icons/visitor-active.png"
},
{
"pagePath": "pages/mall/nfc/security/emergency-alerts",
"text": "告警",
"iconPath": "static/icons/alert.png",
"selectedIconPath": "static/icons/alert-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "安保工作台",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f9fa"
}
}