userRouter.js 388 Bytes
export default [
    {
        path: '/pages/staff/staffCommunity',
        name: '/pages/staff/staffCommunity',
        component: () => import('@/views/staff/staffCommunityList.vue')
    },
    {
        path:'/pages/property/staffAppAuthManage',
        name:'/pages/property/staffAppAuthManage',
        component: () => import('@/views/staff/staffAppAuthManageList.vue')
        },
]