hookehuyr

feat(teacher): 添加学生详情页面和路由配置

...@@ -33,4 +33,13 @@ export default [ ...@@ -33,4 +33,13 @@ export default [
33 requiresAuth: true 33 requiresAuth: true
34 }, 34 },
35 }, 35 },
36 + {
37 + path: '/teacher/student/:id',
38 + name: 'Student',
39 + component: () => import('../views/teacher/studentPage.vue'),
40 + meta: {
41 + title: '班级详情',
42 + requiresAuth: true
43 + },
44 + },
36 ] 45 ]
......
This diff is collapsed. Click to expand it.