feat: 添加播放历史页面

This commit is contained in:
alger
2023-12-29 16:04:44 +08:00
parent 8da7fdabe5
commit 492164d008
10 changed files with 317 additions and 207 deletions
+10
View File
@@ -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',