feat: 添加热门mv页面

This commit is contained in:
alger
2023-12-27 18:21:01 +08:00
parent 6c57e77969
commit 62d414d659
7 changed files with 318 additions and 13 deletions
+10
View File
@@ -29,6 +29,16 @@ const layoutRouter = [
},
component: () => import('@/views/list/index.vue'),
},
{
path: '/mv',
name: 'mv',
mate: {
title: 'MV',
keepAlive: true,
icon: 'icon-recordfill',
},
component: () => import('@/views/mv/index.vue'),
},
{
path: '/user',
name: 'user',