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:
@@ -64,7 +64,8 @@ export const pages=[
|
||||
{title:'学习',path:'/uc/study',hidden:false,children:[
|
||||
{title:'学习任务',path:'task',component:'study/TaskList',hidden:false},
|
||||
{title:'正在学习',path:'courses',component:'study/Courses',hidden:false},
|
||||
{title:'历史记录',path:'history',component:'study/FinishCourses',hidden:false}
|
||||
{title:'历史记录',path:'history',component:'study/FinishCourses',hidden:false},
|
||||
{title:'学习路径图',path:'path',component:'study/StudyPath',hidden:false}
|
||||
]},
|
||||
{title:'个人中心',path:'/uc',hidden:false,children:[
|
||||
{title:'首页',path:'index',component:'StudyIndex',hidden:false}
|
||||
@@ -86,7 +87,8 @@ export const pages=[
|
||||
{title:'我的U币',path:'ucurrency',component:'ucurrency/Index',hidden:true},
|
||||
{title:'我的勋章',path:'medal',component:'medal/Index',hidden:true},
|
||||
{title:'勋章规则',path:'urules',component:'medal/urules',hidden:true},
|
||||
{title:'排行榜',path:'ranking',component:'user/ranking',hidden:true}
|
||||
{title:'排行榜',path:'ranking',component:'user/ranking',hidden:true},
|
||||
|
||||
]},
|
||||
{title:'消息中心',path:'/message/center',hidden:false,children:[
|
||||
{title:'消息中心',path:'index',component:'portal/user/Message',hidden:false}
|
||||
|
||||
Reference in New Issue
Block a user