123456789101112 |
- // 菜单
- export const system = [
- { title: '羽校', normal: '/image/tabs/school.png', active: '/image/tabs/school_1.png', route: 'pages/school/index', type: '0' },
- { title: '俱乐部', normal: '/image/tabs/club.png', active: '/image/tabs/club_1.png', route: 'pages/club/index', type: '0' },
- { title: '比赛管理', normal: '/image/tabs/match.png', active: '/image/tabs/match_1.png', route: 'pages/match/index', type: '0' },
- ]
- // 性别
- export const gender = [
- { label: '男', value: '0' },
- { label: '女', value: '1' },
- { label: '未知', value: '2' },
- ]
|