diff --git a/src/router/index.js b/src/router/index.js index a9bfc65..79b8084 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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' } } ] }