mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-14 22:57:32 +08:00
✨ feat: 添加热门mv页面
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user