案例的问题

This commit is contained in:
daihh
2022-12-28 22:06:57 +08:00
parent 453b08a22e
commit 4c7be8e669
4 changed files with 109 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ export const pages=[
{title:'文章管理',path:'manage',component:'article/ManageList',hidden:false}
]},
{title:'案例',path:'/case',hidden:false,children:[
{title:'我的案例',path:'mylist',component:'case/MyList',hidden:false},
{title:'我的案例记录',path:'mylist',component:'case/MyList',hidden:false},
{title:'案例管理',path:'manage',component:'case/ManageList',hidden:false}
]},
{title: '我的待办',path: '/examine',hidden: false,children: [
@@ -56,7 +56,7 @@ export const pages=[
{title:'已回答问题',path:'qafinish',component:'qa/TeacherList',hidden:false},
{title:'我开发课程',path:'course',component:'course/TeacherList',hidden:false},
{title:'我的授课记录',path:'mylecnotes',component:'course/Mylecnotes',hidden:false},
{title:'我的案例记录',path:'mycaseRecord',component:'course/MycaseRecord',hidden:false},
// {title:'我的案例记录',path:'mycaseRecord',component:'course/MycaseRecord',hidden:false},
{title:'待审核的课程',path:'waitaudit',component:'course/WaitAudit',hidden:true},
{title:'已审核的课程',path:'waitaudited',component:'course/WaitAudited',hidden:true},
]},