| | |
| | | meta: { title: '课目列表', noCache: true } |
| | | }, |
| | | { |
| | | path: 'department/list', |
| | | component: () => import('@/views/education/department/list'), |
| | | name: 'EducationDepartmentPage', |
| | | meta: { title: '部门列表', noCache: true } |
| | | }, |
| | | { |
| | | path: 'subject/edit', |
| | | component: () => import('@/views/education/subject/edit'), |
| | | name: 'EducationSubjectEditPage', |
| | | meta: { title: '课目编辑', noCache: true, activeMenu: '/education/subject/list' }, |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: 'department/edit', |
| | | component: () => import('@/views/education/department/edit'), |
| | | name: 'EducationSubjectEditPage', |
| | | meta: { title: '部门编辑', noCache: true, activeMenu: '/education/department/list' }, |
| | | hidden: true |
| | | } |
| | | ] |
| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/meeting', |
| | | component: Layout, |
| | | name: 'MeetingPage', |
| | | meta: { |
| | | title: '在线会议', |
| | | icon: 'log' |
| | | }, |
| | | alwaysShow: true, |
| | | children: [ |
| | | { |
| | | path: 'meeting/index', |
| | | component: () => import('@/views/meeting/list'), |
| | | name: 'MeetingUserPage', |
| | | meta: { title: '在线会议', noCache: true } |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: '/profile', |
| | | component: Layout, |
| | | hidden: true, |