zengh
2021-08-13 d0d62b8f646ed33c1e0c0cf7a5a2e30aa0f192f4
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',