export default [ { path: '/pages/property/roomStructure', name: '/pages/property/roomStructure', component: () => import('@/views/room/roomStructureList.vue') }, { path: '/pages/property/carStructure', name: '/pages/property/carStructure', component: () => import('@/views/car/carStructureList.vue') }, { path: '/pages/property/propertyRightRegistrationManage', name: '/pages/property/propertyRightRegistrationManage', component: () => import('@/views/room/propertyRightRegistrationManageList.vue') }, { path: '/views/room/listPropertyRightRegistrationDetail', name: '/views/room/listPropertyRightRegistrationDetail', component: () => import('@/views/room/listPropertyRightRegistrationDetailList.vue') }, ]