mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-12 21:43:23 +08:00
✨ feat: 添加搜藏功能 与页面
This commit is contained in:
@@ -50,6 +50,15 @@ const layoutRouter = [
|
||||
},
|
||||
component: () => import('@/views/history/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/favorite',
|
||||
name: 'favorite',
|
||||
component: () => import('@/views/favorite/index.vue'),
|
||||
meta: {
|
||||
title: '我的收藏',
|
||||
icon: 'icon-likefill',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/user',
|
||||
name: 'user',
|
||||
|
||||
Reference in New Issue
Block a user