调整
This commit is contained in:
parent
e21235247c
commit
eb0487b7e0
@ -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' }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user