We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e96161 commit 33a1057Copy full SHA for 33a1057
src/renderer/router/home.ts
@@ -51,20 +51,10 @@ const layoutRouter = [
51
title: 'MV',
52
icon: 'icon-recordfill',
53
keepAlive: true,
54
- isMobile: true
+ isMobile: false
55
},
56
component: () => import('@/views/mv/index.vue')
57
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
68
{
69
path: '/history',
70
name: 'history',
0 commit comments