| | |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/management/idinformation') |
| | | }] |
| | | }, { |
| | | },{ |
| | | path: '/securityCompany', |
| | | redirect: '/securityCompany/index', |
| | | component: Layout, |
| | |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/regulatoryInformation/index') |
| | | }] |
| | | }, { |
| | | path: '/securityUnitOperation/operationTable', |
| | | redirect: '/securityUnitOperation/operationTable/index', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'index', |
| | | name: '公司运营情况智能分析详情表', |
| | | meta: { |
| | | i18n: 'index', |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/operationTable') |
| | | }] |
| | | }, { |
| | | path: '/securityUnitOperation/economicTable', |
| | | redirect: '/securityUnitOperation/economicTable/index', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'index', |
| | | name: '公司经济情况智能分析详情表', |
| | | meta: { |
| | | i18n: 'index', |
| | | }, |
| | | component: () => |
| | | import ( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/economicTable') |
| | | }] |
| | | } |
| | | ] |