Showing
2 changed files
with
9 additions
and
0 deletions
| ... | @@ -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 | ] | ... | ... |
src/views/teacher/studentPage.vue
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment