This commit is contained in:
yangduo 2024-08-08 16:41:09 +08:00
parent e21235247c
commit eb0487b7e0

View File

@ -320,19 +320,19 @@ export const asyncRoutes = [
path: 'index', path: 'index',
component: () => import('@/views/gameswitch/index'), component: () => import('@/views/gameswitch/index'),
name: 'gameswitch', name: 'gameswitch',
meta: { title: '游戏设置', icon: 'skill', pername: 'gameswitchlist' } meta: { title: '游戏设置', pername: 'gameswitchlist' }
}, },
{ {
path: 'blockplayer', path: 'blockplayer',
component: () => import('@/views/blockplayer/index'), component: () => import('@/views/blockplayer/index'),
name: 'blockplayer', name: 'blockplayer',
meta: { title: '黑名单', icon: 'skill', pername: 'blockplayerlist' } meta: { title: '黑名单', pername: 'blockplayerlist' }
}, },
{ {
path: 'whitelist', path: 'whitelist',
component: () => import('@/views/whitelist/index'), component: () => import('@/views/whitelist/index'),
name: 'whitelist', name: 'whitelist',
meta: { title: '白名单', icon: 'skill', pername: 'whitelist' } meta: { title: '白名单', pername: 'whitelist' }
} }
] ]
} }