mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
案例的问题
This commit is contained in:
@@ -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},
|
||||
]},
|
||||
|
||||
Reference in New Issue
Block a user