export default [ { path: '/finance', name: '财务', icon: 'property-safety', authority: ['Pages.Order'], routes: [ { path: '/finance/flow', name: '财务流水', component: './FangCom/Finance/Flow/List', authority: ['Pages.Room.Query'] }, { path: '/finance/flow/:reportDate/:reportType', name: '查看账单', component: './FangCom/Finance/Flow/Detail', authority: ['Pages.Room.Query'], hideInMenu: true }, { path: '/finance/refund', name: '退款申请', component: './FangCom/Finance/Refund/List', authority: ['Pages.NewRoom.Query'] } ] } ]