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