|
@@ -5,7 +5,7 @@ export const system = [
|
|
|
{ title: '比赛管理', normal: '/image/tabs/match.png', active: '/image/tabs/match_1.png', route: 'pages/match/index', type: '0' },
|
|
|
]
|
|
|
// 羽校系统菜单
|
|
|
-// -1: 管理员,0:普通用户,1:管理员,2:教练
|
|
|
+// -1: 管理员,0:普通用户,1:管理员,2:教练,3:学员,10:游客
|
|
|
// 系统默认菜单
|
|
|
export const school_sysmenu = [
|
|
|
{
|
|
@@ -43,7 +43,36 @@ export const school_menu = [
|
|
|
},
|
|
|
{
|
|
|
type: '0',
|
|
|
- menu: []
|
|
|
+ menu: [
|
|
|
+ {
|
|
|
+ title: '档案管理',
|
|
|
+ icon: 'icon-yonghu',
|
|
|
+ btn: [
|
|
|
+ { title: '个人档案', route: 's/list', icon: 'icon-putongyonghu' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '羽校管理',
|
|
|
+ icon: 'icon-yonghu',
|
|
|
+ btn: [
|
|
|
+ { title: '羽校信息', route: 'suser/list', icon: 'icon-putongyonghu' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '课程管理',
|
|
|
+ icon: 'icon-yonghu',
|
|
|
+ btn: [
|
|
|
+ { title: '课程信息', route: 'suser/list', icon: 'icon-putongyonghu' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '统计分析',
|
|
|
+ icon: 'icon-yonghu',
|
|
|
+ btn: [
|
|
|
+ { title: '课程信息', route: 'suser/list', icon: 'icon-putongyonghu' },
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ ]
|
|
|
},
|
|
|
{
|
|
|
type: '1',
|