| | |
| | | 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 |
| | | } |
| | | ] |
| | | }, |