mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 16:27:23 +08:00
✨ feat: 修改移动端展示菜单
This commit is contained in:
@@ -51,20 +51,10 @@ const layoutRouter = [
|
|||||||
title: 'MV',
|
title: 'MV',
|
||||||
icon: 'icon-recordfill',
|
icon: 'icon-recordfill',
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
isMobile: true
|
isMobile: false
|
||||||
},
|
},
|
||||||
component: () => import('@/views/mv/index.vue')
|
component: () => import('@/views/mv/index.vue')
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// path: '/history',
|
|
||||||
// name: 'history',
|
|
||||||
// meta: {
|
|
||||||
// title: '历史',
|
|
||||||
// icon: 'icon-a-TicketStar',
|
|
||||||
// keepAlive: true,
|
|
||||||
// },
|
|
||||||
// component: () => import('@/views/history/index.vue'),
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
path: '/history',
|
path: '/history',
|
||||||
name: 'history',
|
name: 'history',
|
||||||
|
|||||||
Reference in New Issue
Block a user