|
@@ -13,8 +13,8 @@ export const btn = [
|
|
{ title: '退出登录', icon: 'icon-tuichudenglu', route: '', type: '0|1|2', method: 'signout' },
|
|
{ title: '退出登录', icon: 'icon-tuichudenglu', route: '', type: '0|1|2', method: 'signout' },
|
|
{ title: '用户管理', icon: 'icon-shenhe', route: 'pages/user/index', type: '0' },
|
|
{ title: '用户管理', icon: 'icon-shenhe', route: 'pages/user/index', type: '0' },
|
|
{ title: '比赛管理', icon: 'icon-bisaiguanli', route: 'pages/meMatch/detail', type: '0' },
|
|
{ title: '比赛管理', icon: 'icon-bisaiguanli', route: 'pages/meMatch/detail', type: '0' },
|
|
- { title: '审核队员', icon: 'icon-shenhe', route: 'pages/auditTeam/index', type: '1' },
|
|
|
|
- { title: '解散团队', icon: 'icon-ren_jiesantuandui_line', route: 'pages/dissolution/detail', type: '1' },
|
|
|
|
- { title: '比赛管理', icon: 'icon-bisaiguanli', route: 'pages/meMatch/index', type: '1' },
|
|
|
|
|
|
+ { title: '审核队员', icon: 'icon-shenhe', routes: 'pages/auditTeam/index', type: '1' },
|
|
|
|
+ { title: '解散团队', icon: 'icon-ren_jiesantuandui_line', routes: 'pages/dissolution/detail', type: '1' },
|
|
|
|
+ { title: '比赛管理', icon: 'icon-bisaiguanli', routes: 'pages/meMatch/index', type: '1' },
|
|
|
|
|
|
]
|
|
]
|