const reportRouter = [ { path: '/reportIndex', name: 'reportIndex', component: () => import('@/views/report/reportIndex'), meta:{ title: '道路救援', cache: true, modalState: false, } }, { path: '/addressMap', name: 'addressMap', component: () => import('@/views/report/addressMap'), meta:{ title: '道路救援', } }, { path: '/insuredPage', name: 'insuredPage', component: () => import('@/views/liabilityInsurance/insuredPage'), meta:{ title: '参保救援职业责任险', } }, ] export default reportRouter