| | |
| | | import Layout from '@/layout' |
| | | const menu = { |
| | | adminMenu: [ |
| | | // { |
| | | // path: '/course', |
| | | // name: 'Course', |
| | | // meta: { title: '课程管理',icon: 'documentation',affix: true } |
| | | // }, |
| | | { |
| | | path: '/course', |
| | | name: 'Course', |
| | | meta: { title: '课程管理',icon: 'documentation',affix: true } |
| | | path: '/courseManage', |
| | | redirect: '/onlineEducation/courseManage', |
| | | meta: { title: '课程管理',icon: 'form'}, |
| | | children: [ |
| | | { |
| | | path: 'course', |
| | | name: 'course', |
| | | meta: { title: '课程列表',icon: 'list'} |
| | | } , |
| | | { |
| | | path: 'courseResource', |
| | | name: 'courseResource', |
| | | meta: { title: '课程资源',icon: 'education'} |
| | | } , |
| | | ] |
| | | }, |
| | | { |
| | | path: '/question', |
| | | name: 'Question', |
| | | meta: { title: '题库管理',icon: 'build',affix: true } |
| | | path: '/questionBankManagement', |
| | | redirect: '/onlineEducation/questionBankManagement', |
| | | meta: { title: '题目题库管理',icon: 'build'}, |
| | | children: [ |
| | | { |
| | | path: 'questionBank', |
| | | name: 'questionBank', |
| | | meta: { title: '题库列表',icon: 'list'} |
| | | } , |
| | | { |
| | | path: 'question', |
| | | name: 'question', |
| | | meta: { title: '题目列表',icon: 'education'} |
| | | } , |
| | | ] |
| | | }, |
| | | // { |
| | | // path: '/question', |
| | | // name: 'Question', |
| | | // meta: { title: '题库管理',icon: 'build',affix: true } |
| | | // }, |
| | | { |
| | | path: '/class', |
| | | name: 'Class', |
| | |
| | | ], |
| | | companyMenu: [ |
| | | { |
| | | path: '/course', |
| | | name: 'Course', |
| | | meta: { title: '课程管理',icon: 'documentation',affix: true } |
| | | path: '/courseManage', |
| | | redirect: '/onlineEducation/courseManage', |
| | | meta: { title: '课程管理',icon: 'form'}, |
| | | children: [ |
| | | { |
| | | path: 'course', |
| | | name: 'course', |
| | | meta: { title: '课程列表',icon: 'list'} |
| | | } , |
| | | { |
| | | path: 'courseResource', |
| | | name: 'courseResource', |
| | | meta: { title: '课程资源',icon: 'education'} |
| | | } , |
| | | ] |
| | | }, |
| | | { |
| | | path: '/question', |
| | | name: 'Question', |
| | | meta: { title: '题库管理',icon: 'build',affix: true } |
| | | path: '/questionBankManagement', |
| | | redirect: '/onlineEducation/questionBankManagement', |
| | | meta: { title: '题目题库管理',icon: 'build'}, |
| | | children: [ |
| | | { |
| | | path: 'questionBank', |
| | | name: 'questionBank', |
| | | meta: { title: '题库列表',icon: 'list'} |
| | | } , |
| | | { |
| | | path: 'question', |
| | | name: 'question', |
| | | meta: { title: '题目列表',icon: 'education'} |
| | | } , |
| | | ] |
| | | }, |
| | | // { |
| | | // path: '/question', |
| | | // name: 'Question', |
| | | // meta: { title: '题库管理',icon: 'build',affix: true } |
| | | // }, |
| | | { |
| | | path: '/class', |
| | | name: 'Class', |