hookehuyr

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

/*
* @Date: 2025-06-17 16:46:50
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-06-19 13:23:04
* @LastEditTime: 2025-06-26 11:45:44
* @FilePath: /mlaj/src/router/teacher.js
* @Description: 文件描述
*/
......@@ -38,7 +38,7 @@ export default [
name: 'Student',
component: () => import('../views/teacher/studentPage.vue'),
meta: {
title: '班级详情',
title: '学员详情',
requiresAuth: true
},
},
......