feat: 修改移动端展示菜单

This commit is contained in:
alger
2025-05-17 13:53:52 +08:00
parent 2e96161bd0
commit 33a1057de9

View File

@@ -51,20 +51,10 @@ const layoutRouter = [
title: 'MV',
icon: 'icon-recordfill',
keepAlive: true,
isMobile: true
isMobile: false
},
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',
name: 'history',