Commit e5d39071 authored by 黄奎's avatar 黄奎

页面修改

parent 7bc2858e
......@@ -417,7 +417,7 @@
export default {
meta: {
title: "学员跟踪"
title: "教师学员跟踪"
},
props: {},
components: {
......
This diff is collapsed.
......@@ -1456,6 +1456,11 @@ const routes = [{
component: () =>
import("pages/teacher/teacherAssessment")
},
{
path: "/teacher/teacherTrack", //教师学员跟踪
component: () =>
import("pages/teacher/teacherTrack")
},
{
path: "/exam/examPaper", //试卷管理
component: () =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment