| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'paper/import', |
| | | component: () => import('@/views/exam/paper/import'), |
| | | name: 'ExamPaperImport', |
| | | meta: { title: '试卷导入', noCache: true, activeMenu: '/exam/paper/list' }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'question/list', |
| | | component: () => import('@/views/exam/question/list'), |
| | | name: 'ExamQuestionPageList', |
| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/config', |
| | | component: Layout, |
| | | children: [ |
| | | { |
| | | path: '/setting', |
| | | name: 'SysSetting', |
| | | meta: { |
| | | title: '系统配置', |
| | | icon: 'answer', |
| | | affix: true |
| | | }, |
| | | component: () => import('@/views/sys/SysSetting') |
| | | }, |
| | | ] |
| | | }, |
| | | |
| | | // { |
| | | // path: '/message', |
| | | // component: Layout, |