{ "pages": [ { "path": "pages/mall/nfc/admin/index", "style": { "navigationBarTitleText": "系统管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/user-management", "style": { "navigationBarTitleText": "用户管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/card-management", "style": { "navigationBarTitleText": "卡片管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/merchant-management", "style": { "navigationBarTitleText": "商户管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/device-management", "style": { "navigationBarTitleText": "设备管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/financial-management", "style": { "navigationBarTitleText": "财务管理", "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/access-control", "style": { "navigationBarTitleText": "门禁管理", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/security-monitor", "style": { "navigationBarTitleText": "安全监控", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/data-reports", "style": { "navigationBarTitleText": "数据报表", "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/system-config", "style": { "navigationBarTitleText": "系统配置", "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/logs", "style": { "navigationBarTitleText": "操作日志", "enablePullDownRefresh": true, "backgroundColor": "#f8f9fa" } }, { "path": "pages/mall/nfc/admin/emergency-control", "style": { "navigationBarTitleText": "应急控制", "backgroundColor": "#fff3cd" } } ], "subPackages": [ { "root": "pages/mall/nfc/admin", "pages": [ { "path": "user-detail", "style": { "navigationBarTitleText": "用户详情" } }, { "path": "card-detail", "style": { "navigationBarTitleText": "卡片详情" } }, { "path": "merchant-detail", "style": { "navigationBarTitleText": "商户详情" } }, { "path": "device-detail", "style": { "navigationBarTitleText": "设备详情" } }, { "path": "financial-detail", "style": { "navigationBarTitleText": "财务详情" } }, { "path": "security-detail", "style": { "navigationBarTitleText": "安全详情" } }, { "path": "batch-operations", "style": { "navigationBarTitleText": "批量操作" } } ] } ], "tabBar": { "color": "#999999", "selectedColor": "#dc3545", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [ { "pagePath": "pages/mall/nfc/admin/index", "text": "总览", "iconPath": "static/icons/dashboard.png", "selectedIconPath": "static/icons/dashboard-active.png" }, { "pagePath": "pages/mall/nfc/admin/user-management", "text": "用户", "iconPath": "static/icons/users.png", "selectedIconPath": "static/icons/users-active.png" }, { "pagePath": "pages/mall/nfc/admin/financial-management", "text": "财务", "iconPath": "static/icons/finance.png", "selectedIconPath": "static/icons/finance-active.png" }, { "pagePath": "pages/mall/nfc/admin/security-monitor", "text": "安全", "iconPath": "static/icons/security.png", "selectedIconPath": "static/icons/security-active.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "系统管理", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f9fa" } }