xiangpei
2024-09-23 710a9bf11a76b7b2fb27ba99f772ecc46aeb99fa
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',