Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | /* | 1 | /* |
| 2 | * @Date: 2025-06-17 16:46:50 | 2 | * @Date: 2025-06-17 16:46:50 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-06-19 13:23:04 | 4 | + * @LastEditTime: 2025-06-26 11:45:44 |
| 5 | * @FilePath: /mlaj/src/router/teacher.js | 5 | * @FilePath: /mlaj/src/router/teacher.js |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | */ | 7 | */ |
| ... | @@ -38,7 +38,7 @@ export default [ | ... | @@ -38,7 +38,7 @@ export default [ |
| 38 | name: 'Student', | 38 | name: 'Student', |
| 39 | component: () => import('../views/teacher/studentPage.vue'), | 39 | component: () => import('../views/teacher/studentPage.vue'), |
| 40 | meta: { | 40 | meta: { |
| 41 | - title: '班级详情', | 41 | + title: '学员详情', |
| 42 | requiresAuth: true | 42 | requiresAuth: true |
| 43 | }, | 43 | }, |
| 44 | }, | 44 | }, | ... | ... |
-
Please register or login to post a comment