liuyg
2021-08-14 ff066fb8d926d9a75efdcfdfc1b37f890cd98d82
src/router/views/index.js
@@ -437,7 +437,22 @@
            component: () =>
                import ( /* webpackChunkName: "views" */ '@/views/recruitmentManagement/index')
        }]
    }, {
  }
  , {
    path: '/ownerFeedback',
    component: Layout,
    redirect: '/ownerFeedback/index',
    children: [{
      path: 'index',
      name: '业主反馈',
      meta: {
        i18n: 'dict'
      },
      component: () =>
        import ( /* webpackChunkName: "views" */ '@/views/ownerFeedback/owner')
    }]
  }
  , {
        path: '/securityUnit',
        component: Layout,
        redirect: '/securityUnit/index',