hookehuyr

docs(router): 更新教师路由中的页面标题从"班级详情"改为"学员详情"

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 },
......