| | |
| | | }] |
| | | }, |
| | | { |
| | | path: '/securityGuardManagement', |
| | | redirect: '/securityGuardManagement/registerOnce', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'registerOnce', |
| | | name: '公司保安员详情', |
| | | meta: { |
| | | i18n: 'registerOnce', |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/securityGuardManagement/registerOnce') |
| | | }] |
| | | }, |
| | | { |
| | | path: '/desk', |
| | | component: Layout, |
| | | redirect: '/desk/notice', |
| | |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'index', |
| | | name: '保安详细资料', |
| | | name: '保安公司详细资料', |
| | | meta: { |
| | | i18n: 'index', |
| | | }, |
| | |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/operationTable') |
| | | }] |
| | | }, |
| | | }, |
| | | // { |
| | | // path: '/securityUnitOperation/economicTable', |
| | | // redirect: '/securityUnitOperation/economicTable/index', |
| | |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/statisticalQueryManagement/securityGuardDetail') |
| | | }] |
| | | }, { |
| | | path: '/attachOnce', |
| | | redirect: '/resource/attachOnce', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'index', |
| | | name: '附件查看', |
| | | meta: { |
| | | i18n: 'index', |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/resource/attachOnce') |
| | | }] |
| | | }, { |
| | | path: '/talk', |
| | | redirect: '/talk/talk', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'index', |
| | | name: '心里咨询', |
| | | meta: { |
| | | i18n: 'index', |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/talk/talk') |
| | | }] |
| | | } |
| | | ] |