Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-06-19 20:11:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ca074bc42495606bcbb4b18257228abc78c85f0d
ca074bc4
1 parent
0d6fcdf4
feat(teacher): 添加学生详情页面和路由配置
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
src/router/teacher.js
src/views/teacher/studentPage.vue
src/router/teacher.js
View file @
ca074bc
...
...
@@ -33,4 +33,13 @@ export default [
requiresAuth
:
true
},
},
{
path
:
'/teacher/student/:id'
,
name
:
'Student'
,
component
:
()
=>
import
(
'../views/teacher/studentPage.vue'
),
meta
:
{
title
:
'班级详情'
,
requiresAuth
:
true
},
},
]
...
...
src/views/teacher/studentPage.vue
0 → 100644
View file @
ca074bc
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment