This commit is contained in:
zhaofang
2022-09-13 11:42:31 +08:00
parent 9ffc39c358
commit fce9e6e0ec
5 changed files with 60 additions and 8 deletions

View File

@@ -80,7 +80,9 @@ export const pages=[
{title:'个人设置',path:'setting',component:'user/Setting',hidden:false},
{title:'我的消息',path:'message',component:'user/Message',hidden:false},
{title:'开发工具下载',path:'tools',component:'tools/Index',hidden:false},
{title:'课程开发教程',path:'developtoolsdown',component:'tools/DeveloptoolsDown',hidden:true}
{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}
]}
]