|
@@ -19,6 +19,11 @@ export const match_status = [
|
|
|
// -1:管理员,0:普通用户,1:裁判用户
|
|
|
export const myBtn = [
|
|
|
{ title: '我的赛事', route: 'usermymatch', type: '0' },
|
|
|
+ { title: '用户管理', route: 'user', type: '-1' },
|
|
|
+ { title: '赛事管理', route: 'match', type: '-1' },
|
|
|
+ { title: '报名管理', route: 'sign', type: '-1' },
|
|
|
+ { title: '组队信息审核', route: 'shteam', type: '-1' },
|
|
|
+ { title: '订单管理', route: 'order', type: '-1' },
|
|
|
{ title: '账号设置', route: 'setting', type: '-1|0' }
|
|
|
]
|
|
|
|