12345678910111213 |
- export const menu = [
- { title: '首页', normal: '/image/tabs/home.png', active: '/image/tabs/home_1.png', route: 'pagesHome/home/index', is_use: '0', type: '1' },
- { title: '比赛', normal: '/image/tabs/match.png', active: '/image/tabs/match_1.png', route: 'pagesMatch/home/index', is_use: '0', type: '1' },
- { title: '团队', normal: '/image/tabs/team.png', active: '/image/tabs/team_1.png', route: 'pagesTeam/home/index', is_use: '0', type: '1' },
- { title: '我的', normal: '/image/tabs/my.png', active: '/image/tabs/my_1.png', route: 'pagesMy/home/index', is_use: '0', type: '1' },
- ]
- export const my_menu = [
- { title: "基本信息", icon: 'icon-jibenxinxi', you: 'icon-youjiantou-copy', route: "pagesMy/basic/index" },
- { title: "我的团队", icon: 'icon-tuandui', you: 'icon-youjiantou-copy', route: "pagesMy/team/index" },
- { title: "我的比赛", icon: 'icon-bisai1', you: 'icon-youjiantou-copy', route: "pagesMy/match/index" },
- { title: "修改密码", icon: 'icon-xiugaimima', you: 'icon-youjiantou-copy', route: "pagesMy/update/index" },
- { title: "退出登录", icon: 'icon-tuichudenglu' }
- ]
|