MicroCommunityWeb/src/router/communityRouter.js
2025-06-30 14:16:15 +08:00

37 lines
1.4 KiB
JavaScript

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')
},
{
path: '/pages/community/communityPublicityManage',
name: '/pages/community/communityPublicityManage',
component: () => import('@/views/community/communityPublicityManageList.vue')
},
{
path: '/views/community/addCommunityPublicity',
name: '/views/community/addCommunityPublicity',
component: () => import('@/views/community/addCommunityPublicityList.vue')
},
{
path: '/views/community/editCommunityPublicity',
name: '/views/community/editCommunityPublicity',
component: () => import('@/views/community/editCommunityPublicityList.vue')
},
]