//竞赛管理
export default {
  path: '/ct/competition/clubManage',
  title: '竞赛管理',
  icon: 'leaf',
  children: [
    { path: '/ct/competition/level', title: '分级公开赛', icon: 'table' },
    { path: '/ct/competition/club', title: '俱乐部公开赛', icon: 'table' },
    { path: '/ct/competition/regulation', title: '规程管理', icon: 'table' },
    { path: '/ct/competition/referee', title: '裁判管理', icon: 'table' },
    {
      path: '/ct/competition',
      title: '俱乐部管理',
      icon: 'table',
      children: [
        { path: '/ct/competition/clubManage/clubList', title: '俱乐部列表', icon: 'globe' },
        { path: '/ct/competition/clubManage/registerList', title: '注册申请列表', icon: 'globe' },
        { path: '/ct/competition/clubManage/renameList', title: '更名申请列表', icon: 'globe' },
      ]

    }
  ]
}