| | |
| | | path: 'student/list', |
| | | component: () => import('@/views/user/student/list'), |
| | | name: 'UserStudentPageList', |
| | | meta: { title: '学生列表', noCache: true } |
| | | meta: { title: '学生列表', noCache: false } |
| | | }, |
| | | { |
| | | path: 'student/edit', |
| | |
| | | name: 'UserStudentPageList', |
| | | meta: { title: '学生列表', noCache: true } |
| | | }, |
| | | { |
| | | path: 'tag/list', |
| | | component: () => import('@/views/user/tag/list'), |
| | | name: 'TagAdminPageList', |
| | | meta: { title: '学生标签', noCache: true } |
| | | }, |
| | | // { |
| | | // path: 'tag/list', |
| | | // component: () => import('@/views/user/tag/list'), |
| | | // name: 'TagAdminPageList', |
| | | // meta: { title: '学生标签', noCache: true } |
| | | // }, |
| | | { |
| | | path: 'departmentExamine/list', |
| | | component: () => import('@/views/user/departmentExamine/list'), |