library-picturebook-activity/backend/data/menus.json

301 lines
7.5 KiB
JSON
Raw Permalink Normal View History

2025-12-09 11:10:36 +08:00
[
{
2026-01-14 10:06:08 +08:00
"name": "赛事活动",
"path": "/activities",
"icon": "FlagOutlined",
2026-01-13 14:01:17 +08:00
"component": null,
2025-12-09 11:10:36 +08:00
"parentId": null,
"sort": 1,
2026-01-14 10:06:08 +08:00
"permission": "activity:read",
2026-01-13 14:01:17 +08:00
"children": [
{
2026-01-14 10:06:08 +08:00
"name": "活动列表",
"path": "/activities",
"icon": "UnorderedListOutlined",
"component": "contests/Activities",
2026-01-13 14:01:17 +08:00
"sort": 1,
2026-01-14 10:06:08 +08:00
"permission": "activity:read"
},
{
"name": "我的报名",
"path": "/activities/registrations",
"icon": "UserAddOutlined",
"component": "contests/registrations/Index",
"sort": 2,
"permission": "registration:create"
},
{
"name": "我的作品",
"path": "/activities/works",
"icon": "FileTextOutlined",
"component": "contests/works/Index",
"sort": 3,
"permission": "work:create"
2026-01-13 14:01:17 +08:00
}
]
2025-12-09 11:10:36 +08:00
},
{
"name": "学校管理",
"path": "/school",
"icon": "BankOutlined",
"component": null,
"parentId": null,
2026-01-12 16:06:34 +08:00
"sort": 2,
"permission": "school:read",
2025-12-09 11:10:36 +08:00
"children": [
{
"name": "学校信息",
"path": "/school/schools",
"icon": "BankOutlined",
"component": "school/schools/Index",
"sort": 1,
"permission": "school:read"
},
{
"name": "部门管理",
"path": "/school/departments",
"icon": "ApartmentOutlined",
"component": "school/departments/Index",
"sort": 2,
"permission": "department:read"
},
{
"name": "年级管理",
"path": "/school/grades",
"icon": "AppstoreOutlined",
"component": "school/grades/Index",
"sort": 3,
"permission": "grade:read"
},
{
"name": "班级管理",
"path": "/school/classes",
"icon": "TeamOutlined",
"component": "school/classes/Index",
"sort": 4,
"permission": "class:read"
},
{
"name": "教师管理",
"path": "/school/teachers",
"icon": "UserOutlined",
"component": "school/teachers/Index",
"sort": 5,
"permission": "teacher:read"
},
{
"name": "学生管理",
"path": "/school/students",
"icon": "UsergroupAddOutlined",
"component": "school/students/Index",
"sort": 6,
"permission": "student:read"
}
]
},
2026-01-12 16:06:34 +08:00
{
"name": "赛事管理",
"path": "/contests",
"icon": "TrophyOutlined",
"component": null,
"parentId": null,
2026-01-14 10:06:08 +08:00
"sort": 3,
2026-01-12 16:06:34 +08:00
"permission": "contest:create",
"children": [
2025-12-09 11:10:36 +08:00
{
"name": "赛事列表",
"path": "/contests",
"icon": "UnorderedListOutlined",
"component": "contests/Index",
"sort": 1,
2026-01-12 16:06:34 +08:00
"permission": "contest:create"
},
{
"name": "评委管理",
"path": "/contests/judges",
"icon": "SolutionOutlined",
"component": "contests/judges/Index",
"sort": 2,
"permission": "judge:read"
2025-12-09 11:10:36 +08:00
},
{
"name": "报名管理",
"path": "/contests/registrations",
2026-01-08 09:17:46 +08:00
"icon": "UserAddOutlined",
2025-12-09 11:10:36 +08:00
"component": "contests/registrations/Index",
2026-01-12 16:06:34 +08:00
"sort": 3,
"permission": "registration:approve"
2025-12-09 11:10:36 +08:00
},
{
"name": "作品管理",
"path": "/contests/works",
"icon": "FileTextOutlined",
"component": "contests/works/Index",
2026-01-12 16:06:34 +08:00
"sort": 4,
2026-01-12 20:04:11 +08:00
"permission": "contest:read"
2026-01-12 16:06:34 +08:00
},
{
2026-01-12 20:04:11 +08:00
"name": "评审进度",
"path": "/contests/review-progress",
2026-01-12 16:06:34 +08:00
"icon": "AuditOutlined",
2026-01-12 20:04:11 +08:00
"component": "contests/reviews/Progress",
2026-01-12 16:06:34 +08:00
"sort": 5,
2026-01-12 20:04:11 +08:00
"permission": "review-rule:read"
2025-12-09 11:10:36 +08:00
},
{
2026-01-08 09:17:46 +08:00
"name": "评审规则",
2025-12-09 11:10:36 +08:00
"path": "/contests/reviews",
"icon": "CheckCircleOutlined",
"component": "contests/reviews/Index",
2026-01-12 16:06:34 +08:00
"sort": 6,
"permission": "review-rule:read"
2026-01-08 09:17:46 +08:00
},
{
"name": "赛果发布",
"path": "/contests/results",
"icon": "TrophyOutlined",
"component": "contests/results/Index",
2026-01-12 16:06:34 +08:00
"sort": 7,
"permission": "contest:create"
2026-01-08 09:17:46 +08:00
},
{
"name": "通知管理",
"path": "/contests/notices",
"icon": "BellOutlined",
"component": "contests/notices/Index",
2026-01-12 16:06:34 +08:00
"sort": 8,
"permission": "notice:create"
2025-12-09 11:10:36 +08:00
}
]
},
2026-01-09 18:14:35 +08:00
{
"name": "作业管理",
"path": "/homework",
"icon": "FormOutlined",
"component": null,
"parentId": null,
2026-01-14 10:06:08 +08:00
"sort": 4,
2026-01-12 16:06:34 +08:00
"permission": "homework:read",
2026-01-09 18:14:35 +08:00
"children": [
{
2026-01-12 16:06:34 +08:00
"name": "作业列表",
2026-01-09 18:14:35 +08:00
"path": "/homework",
"icon": "FileTextOutlined",
"component": "homework/Index",
"sort": 1,
2026-01-12 20:04:11 +08:00
"permission": "homework:create"
2026-01-09 18:14:35 +08:00
},
{
"name": "评审规则",
"path": "/homework/review-rules",
"icon": "CheckCircleOutlined",
"component": "homework/ReviewRules",
2026-01-12 20:04:11 +08:00
"sort": 2,
2026-01-12 16:06:34 +08:00
"permission": "homework-review-rule:read"
2026-01-12 20:04:11 +08:00
},
{
"name": "我的作业",
"path": "/homework/my",
"icon": "BookOutlined",
"component": "homework/StudentList",
"sort": 3,
"permission": "homework-submission:create"
2026-01-09 18:14:35 +08:00
}
]
},
2025-12-09 11:10:36 +08:00
{
"name": "系统管理",
"path": "/system",
"icon": "SettingOutlined",
"component": null,
"parentId": null,
2026-01-14 10:06:08 +08:00
"sort": 9,
2026-01-12 16:06:34 +08:00
"permission": "user:read",
2025-12-09 11:10:36 +08:00
"children": [
{
"name": "用户管理",
"path": "/system/users",
"icon": "UserOutlined",
"component": "system/users/Index",
"sort": 1,
"permission": "user:read"
},
{
"name": "角色管理",
"path": "/system/roles",
"icon": "TeamOutlined",
"component": "system/roles/Index",
"sort": 2,
"permission": "role:read"
},
{
"name": "菜单管理",
"path": "/system/menus",
"icon": "MenuOutlined",
"component": "system/menus/Index",
"sort": 3,
"permission": "menu:read"
},
{
"name": "数据字典",
"path": "/system/dict",
"icon": "BookOutlined",
"component": "system/dict/Index",
"sort": 4,
"permission": "dict:read"
},
{
"name": "系统配置",
"path": "/system/config",
"icon": "ToolOutlined",
"component": "system/config/Index",
"sort": 5,
"permission": "config:read"
},
{
"name": "日志记录",
"path": "/system/logs",
"icon": "FileTextOutlined",
"component": "system/logs/Index",
"sort": 6,
"permission": "log:read"
2026-01-09 18:14:35 +08:00
},
{
"name": "权限管理",
"path": "/system/permissions",
"icon": "SafetyOutlined",
"component": "system/permissions/Index",
"sort": 7,
"permission": "permission:read"
},
{
"name": "租户管理",
"path": "/system/tenants",
"icon": "TeamOutlined",
"component": "system/tenants/Index",
"sort": 8,
"permission": "tenant:read"
2025-12-09 11:10:36 +08:00
}
]
2026-01-14 10:06:08 +08:00
},
{
"name": "工作台",
"path": "/workbench",
"icon": "DashboardOutlined",
"component": null,
"parentId": null,
"sort": 10,
"permission": "ai-3d:read",
"children": [
{
"name": "3D建模实验室",
"path": "/workbench/3d-lab",
"icon": "ExperimentOutlined",
"component": "workbench/ai-3d/Index",
"sort": 1,
"permission": "ai-3d:read"
}
]
2025-12-09 11:10:36 +08:00
}
]