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',
component: () => import('@/views/gameswitch/index'),
name: 'gameswitch',
meta: { title: '游戏设置', icon: 'skill', pername: 'gameswitchlist' }
meta: { title: '游戏设置', pername: 'gameswitchlist' }
},
{
path: 'blockplayer',
component: () => import('@/views/blockplayer/index'),
name: 'blockplayer',
meta: { title: '黑名单', icon: 'skill', pername: 'blockplayerlist' }
meta: { title: '黑名单', pername: 'blockplayerlist' }
},
{
path: 'whitelist',
component: () => import('@/views/whitelist/index'),
name: 'whitelist',
meta: { title: '白名单', icon: 'skill', pername: 'whitelist' }
meta: { title: '白名单', pername: 'whitelist' }
}
]
}