This commit is contained in:
lmj
2022-09-13 18:55:40 +08:00
parent 0cf9f1910a
commit 7d2df11930
3 changed files with 103 additions and 44 deletions

View File

@@ -73,6 +73,7 @@ export const pages=[
{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:'Mynotes',component:'user/Noteedit',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},