src/router.js
@@ -115,6 +115,13 @@ meta: { title: '部门课目', noCache: true } }, { path: 'subject/manager', hidden: true, component: () => import('@/views/education/subject/manager'), name: 'SubjectManager', meta: { title: '课目管理', noCache: true } }, { path: 'department/list', component: () => import('@/views/education/department/list'), name: 'EducationDepartmentPage',