This commit is contained in:
lmj
2022-09-13 11:36:46 +08:00
parent 6292650ac8
commit 9ffc39c358
2 changed files with 48 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ export const pages=[
{title:'个人',path:'/user',hidden:false,children:[
{title:'我的分享',path:'myshare',component:'share/MyList',hidden:false},
{title:'分享给我的',path:'toshare',component:'share/ToList',hidden:false},
{title:'我的笔记',path:'Mynotes',component:'user/Mynotes',hidden:true},
{title:'我的测评',path:'myassess',component:'user/MyAssess',hidden:true},
{title:'我的收藏',path:'favorites',component:'user/MyFavorites',hidden:false},
{title:'我的关注',path:'follows',component:'user/MyFollow',hidden:false},