| | |
| | | // 公共路由 |
| | | export const constantRoutes = [ |
| | | { |
| | | path: '/', |
| | | component: Layout, |
| | | redirect: '/menuIndex', |
| | | children: [ |
| | | { |
| | | path: 'menuIndex', |
| | | component: () => import('@/views/work/menuIndex/index'), |
| | | name: 'MenuIndex', |
| | | meta: { title: '首页', icon: 'druid', affix: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/redirect', |
| | | component: Layout, |
| | | hidden: true, |
| | |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/certPdf', |
| | | component: () => import('@/views/certificatePdf'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/menuPage', |
| | | component: () => import('@/views/menuPage'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/courseManage', |
| | | component: Layout, |
| | | redirect: '/onlineEducation/courseManage', |