mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
提交讲师
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user