排行榜

This commit is contained in:
lmj
2022-09-16 17:37:33 +08:00
parent 018a54cd1e
commit ff41161347
8 changed files with 435 additions and 2 deletions

View File

@@ -83,7 +83,8 @@ export const pages=[
{title:'开发工具下载',path:'tools',component:'tools/Index',hidden:false},
{title:'课程开发教程',path:'developtoolsdown',component:'tools/DeveloptoolsDown',hidden:true},
{title:'我的U币',path:'ucurrency',component:'ucurrency/Index',hidden:true},
{title:'我的勋章',path:'medal',component:'medal/Index',hidden:true}
{title:'我的勋章',path:'medal',component:'medal/Index',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}