mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-20 10:47:30 +08:00
✨ feat: 添加播放历史页面
This commit is contained in:
@@ -39,6 +39,16 @@ const layoutRouter = [
|
||||
},
|
||||
component: () => import('@/views/mv/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/history',
|
||||
name: 'history',
|
||||
mate: {
|
||||
title: '历史',
|
||||
keepAlive: true,
|
||||
icon: 'icon-a-TicketStar',
|
||||
},
|
||||
component: () => import('@/views/history/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/user',
|
||||
name: 'user',
|
||||
|
||||
Reference in New Issue
Block a user