| | |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/paper/create', |
| | | name: 'TmsPaperCreate', |
| | | component: () => import('#/views/x/tms/paper/Form.vue'), |
| | | meta: { |
| | | title: '新增试卷', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/paper', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/paper/edit/:id', |
| | | name: 'TmsPaperEdit', |
| | | component: () => import('#/views/x/tms/paper/Form.vue'), |
| | | meta: { |
| | | title: '编辑试卷', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/paper', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/paper/detail/:id', |
| | | name: 'TmsPaperDetail', |
| | | component: () => import('#/views/x/tms/paper/Detail.vue'), |
| | | meta: { |
| | | title: '试卷详情', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/paper', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/question/create', |
| | | name: 'TmsQuestionCreate', |
| | | component: () => import('#/views/x/tms/question/Form.vue'), |
| | |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/question/detail/:id', |
| | | name: 'TmsQuestionDetail', |
| | | component: () => import('#/views/x/tms/question/Detail.vue'), |
| | | meta: { |
| | | title: '试题详情', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/question', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/selfTest/exam', |
| | | name: 'TmsSelfTestExam', |
| | | component: () => import('#/views/x/tms/selfTest/exam.vue'), |
| | | meta: { |
| | | title: '自我检测答题', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/selfTest', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/selfTest/records', |
| | | name: 'TmsSelfTestRecords', |
| | | component: () => import('#/views/x/tms/selfTest/records.vue'), |
| | | meta: { |
| | | title: '我的检测记录', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/selfTest', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/selfTest/detail/:id', |
| | | name: 'TmsSelfTestDetail', |
| | | component: () => import('#/views/x/tms/selfTest/Detail.vue'), |
| | | meta: { |
| | | title: '检测详情', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/selfTest', |
| | |
| | | component: () => import('#/views/x/tms/onlineExam/Detail.vue'), |
| | | meta: { |
| | | title: '考试详情', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/onlineExam', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/onlineExam/review/:id', |
| | | name: 'TmsOnlineExamReview', |
| | | component: () => import('#/views/x/tms/onlineExam/Wrong.vue'), |
| | | meta: { |
| | | title: '考试回顾', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/onlineExam', |
| | |
| | | ignoreAccess: true, |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/personTask', |
| | | name: 'TmsPersonTaskBasic', |
| | | component: () => import('#/views/x/tms/personTask/index.vue'), |
| | | meta: { |
| | | title: '个人培训任务', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/personTask/detail/:id', |
| | | name: 'TmsPersonTaskDetail', |
| | | component: () => import('#/views/x/tms/personTask/Detail.vue'), |
| | | meta: { |
| | | title: '个人培训任务详情', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/personTask', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/personTask/learn/:id', |
| | | name: 'TmsPersonTaskLearn', |
| | | component: () => import('#/views/x/tms/personTask/Learn.vue'), |
| | | meta: { |
| | | title: '培训学习', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/personTask', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/task/create', |
| | | name: 'TmsTaskCreate', |
| | | component: () => import('#/views/x/tms/task/Form.vue'), |
| | | meta: { |
| | | title: '新增培训任务', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/task', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/task/edit/:id', |
| | | name: 'TmsTaskEdit', |
| | | component: () => import('#/views/x/tms/task/Form.vue'), |
| | | meta: { |
| | | title: '编辑培训任务', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/task', |
| | | }, |
| | | }, |
| | | { |
| | | path: '/tms/task/detail/:id', |
| | | name: 'TmsTaskDetail', |
| | | component: () => import('#/views/x/tms/task/Detail.vue'), |
| | | meta: { |
| | | title: '培训任务详情', |
| | | hideInMenu: true, |
| | | ignoreAccess: true, |
| | | currentActiveMenu: '/tms/task', |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |