// 运营管理
export default {
    path: '/operation',
    title: '运营管理',
    icon: 'leaf',
    children: [
      { path: '/operation/place', title: '场馆管理', icon: 'users' },
      { path: '/operation/fee', title: '费用管理', icon: 'modx' },
      { path: '/operation/score', title: '积分榜管理', icon: 'reorder' }
    ]
  }