opr-manage.js 360 Bytes
Newer Older
葛齐林's avatar
葛齐林 committed
1 2 3 4 5 6 7 8 9 10 11
// 运营管理
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' }
    ]
  }