feat: 图表绘制
This commit is contained in:
@@ -25,6 +25,9 @@ const routes: RouteRecordRaw[] = [
|
||||
{ path: 'my-students', name: 'MyStudents', component: () => import('@/views/MyStudentsView.vue'), meta: { title: '我的学生' } },
|
||||
{ path: 'teacher-student-relations', name: 'TeacherStudentRelations', component: () => import('@/views/TeacherStudentRelationsView.vue'), meta: { title: '师生关系管理' } },
|
||||
{ path: 'settings', name: 'Settings', component: () => import('@/views/SettingsView.vue'), meta: { title: '系统配置' } },
|
||||
{ path: 'module/hospital-dashboard', name: 'HospitalDashboard', component: () => import('@/views/HospitalDashboardView.vue'), meta: { title: '医院驾驶舱' } },
|
||||
{ path: 'module/content-dashboard', name: 'ContentDashboard', component: () => import('@/views/ContentDashboardView.vue'), meta: { title: '内容概览' } },
|
||||
{ path: 'module/teacher-dashboard', name: 'TeacherDashboard', component: () => import('@/views/TeacherDashboardView.vue'), meta: { title: '教学概览' } },
|
||||
{ path: 'module/content-admin-list', redirect: '/users/content-admins' },
|
||||
{ path: 'module/department-list', redirect: '/departments' },
|
||||
{ path: 'module/doctor-list', redirect: '/users/doctors' },
|
||||
|
||||
Reference in New Issue
Block a user