| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/exam1', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: '/exam1/manage', |
| | | component: () => import('@/views/exam/exam/ExamManage'), |
| | | name: 'Exam', |
| | | meta: { title: '考试管理', icon: 'exam', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/classes', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: '/classes/manage', |
| | | component: () => import('@/views/class-management/Class'), |
| | | name: 'Classes', |
| | | meta: { title: '班级管理', icon: 'classes', affix: true } |
| | | }, |
| | | { |
| | | path: '/classes/class-management/Class-staff', |
| | | component: () => import('@/views/class-management/ClassStaff'), |
| | | name: 'Classes', |
| | | hidden: true, |
| | | meta: { title: '班级成员管理', icon: 'classes', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/user', |
| | | component: Layout, |
| | | name: 'UserPage', |
| | |
| | | component: () => import('@/views/answer/list'), |
| | | name: 'AnswerPageList', |
| | | meta: { title: '答卷列表', noCache: true } |
| | | }, |
| | | { |
| | | path: 'answer-list', |
| | | component: () => import('@/views/answer/info'), |
| | | name: 'answerList', |
| | | meta: { title: '答卷信息', noCache: true }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'answer-detail', |
| | | component: () => import('@/views/answer/detail'), |
| | | name: 'answerDetail', |
| | | meta: { title: '答卷详情', noCache: true }, |
| | | hidden: true |
| | | } |
| | | ] |
| | | }, |