Skip to content

Commit 33a1057

Browse files
committed
✨ feat: 修改移动端展示菜单
1 parent 2e96161 commit 33a1057

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/renderer/router/home.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,10 @@ const layoutRouter = [
5151
title: 'MV',
5252
icon: 'icon-recordfill',
5353
keepAlive: true,
54-
isMobile: true
54+
isMobile: false
5555
},
5656
component: () => import('@/views/mv/index.vue')
5757
},
58-
// {
59-
// path: '/history',
60-
// name: 'history',
61-
// meta: {
62-
// title: '历史',
63-
// icon: 'icon-a-TicketStar',
64-
// keepAlive: true,
65-
// },
66-
// component: () => import('@/views/history/index.vue'),
67-
// },
6858
{
6959
path: '/history',
7060
name: 'history',

0 commit comments

Comments
 (0)