This commit is contained in:
lmj
2022-09-14 14:17:59 +08:00
parent f49b4d3ab1
commit af80d32c3a
4 changed files with 132 additions and 8 deletions

View File

@@ -73,7 +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:'Noteedit',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},