Blame view

src/router/userRouter.js 388 Bytes
6c157c6e   wuxw   优化完成员工认证 员工小区功能
1
2
3
4
5
6
7
8
9
10
11
12
  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')
          },
  ]