提交讲师

This commit is contained in:
李志发
2024-05-15 13:29:03 +08:00
parent 8c36c4fa8e
commit 700dee82c9
38 changed files with 3158 additions and 385 deletions

View File

@@ -50,7 +50,6 @@ export const pages=[
{title:'考试管理',path:'list',component:'exam/ExamList',hidden:false},
{title:'我的考试待办',path:'mytask',component:'exam/MyExamTask',hidden:false},
{title:'我的考试已办',path:'myfinish',component:'exam/MyExamFinish',hidden:false},
]},
{title:'待办',path:'/need',hidden:false,children:[
{title:'待回答问题',path:'qareply',component:'qa/NeedReplys',hidden:false},
@@ -60,6 +59,18 @@ export const pages=[
// {title:'我的案例记录',path:'mycaseRecord',component:'course/MycaseRecord',hidden:false},
{title:'待审核的课程',path:'waitaudit',component:'course/WaitAudit',hidden:true},
{title:'已审核的课程',path:'waitaudited',component:'course/WaitAudited',hidden:true},
{title:'讲师认证',path:'lecturer',component:'lecturer/Index',hidden:true},
{title:'上传初稿',path:'draft',component:'lecturer/FirstDraft',hidden:true},
{title:'线上学习',path:'onlinelearning',component:'lecturer/OnlineLearning',hidden:true},
{title:'线下辅导',path:'coaching',component:'lecturer/CoachingPage',hidden:true},
{title:'线下辅导完成',path:'coachingsuccess',component:'lecturer/CoachingSuccess',hidden:true},
{title:'上传终稿',path:'final',component:'lecturer/FinalDraft',hidden:true},
{title:'终稿成功',path:'finalsuccess',component:'lecturer/FinalSuccess',hidden:true},
{title:'二次认证',path:'twoauthentication',component:'lecturer/TwoAthentication',hidden:true},
{title:'二次辅导',path:'twocoaching',component:'lecturer/TwoCoaching',hidden:true},
{title:'二次辅导成功',path:'twocoachingsuccess',component:'lecturer/TwoCos',hidden:true},
{title:'二次终稿',path:'twofinal',component:'lecturer/TwoFinal',hidden:true},
{title:'二次终稿成功',path:'twofinals',component:'lecturer/TwoFinals',hidden:true},
]},
{title:'教师教学',path:'/teaching',hidden:false,children:[
{title:'授课记录',path:'course',component:'teacher/TeachingCourse',hidden:false},