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

163 lines
4.1 KiB
JSON

{
"pages": [
{
"path": "pages/mall/nfc/teacher/index",
"style": {
"navigationBarTitleText": "教师工作台",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/card-info",
"style": {
"navigationBarTitleText": "我的教师卡",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/access-permissions",
"style": {
"navigationBarTitleText": "门禁权限",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/student-management",
"style": {
"navigationBarTitleText": "学生管理",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/attendance",
"style": {
"navigationBarTitleText": "考勤打卡",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/class-consumption",
"style": {
"navigationBarTitleText": "班级消费",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/library-management",
"style": {
"navigationBarTitleText": "图书管理",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/visitor-approval",
"style": {
"navigationBarTitleText": "访客审批",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/emergency-unlock",
"style": {
"navigationBarTitleText": "紧急开门",
"backgroundColor": "#fff3cd"
}
},
{
"path": "pages/mall/nfc/teacher/reports",
"style": {
"navigationBarTitleText": "数据报告",
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/notifications",
"style": {
"navigationBarTitleText": "消息通知",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f9fa"
}
},
{
"path": "pages/mall/nfc/teacher/settings",
"style": {
"navigationBarTitleText": "设置",
"backgroundColor": "#f8f9fa"
}
}
],
"subPackages": [
{
"root": "pages/mall/nfc/teacher",
"pages": [
{
"path": "student-detail",
"style": {
"navigationBarTitleText": "学生详情"
}
},
{
"path": "visitor-detail",
"style": {
"navigationBarTitleText": "访客详情"
}
},
{
"path": "attendance-detail",
"style": {
"navigationBarTitleText": "考勤详情"
}
},
{
"path": "class-report",
"style": {
"navigationBarTitleText": "班级报告"
}
}
]
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#28a745",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/mall/nfc/teacher/index",
"text": "工作台",
"iconPath": "static/icons/workspace.png",
"selectedIconPath": "static/icons/workspace-active.png"
},
{
"pagePath": "pages/mall/nfc/teacher/student-management",
"text": "学生管理",
"iconPath": "static/icons/students.png",
"selectedIconPath": "static/icons/students-active.png"
},
{
"pagePath": "pages/mall/nfc/teacher/attendance",
"text": "考勤",
"iconPath": "static/icons/attendance.png",
"selectedIconPath": "static/icons/attendance-active.png"
},
{
"pagePath": "pages/mall/nfc/teacher/reports",
"text": "报告",
"iconPath": "static/icons/report.png",
"selectedIconPath": "static/icons/report-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "教师工作台",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f8f9fa"
}
}