site.js 1.1 KB

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