| | |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail') |
| | | }] |
| | | },{ |
| | | }, { |
| | | path: '/attach', |
| | | redirect: '/resource/attach', |
| | | component: Layout, |
| | |
| | | path: '/map', |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/mapHome/index') |
| | | }, |
| | | }, { |
| | | path: '/regulatoryInformation', |
| | | redirect: '/regulatoryInformation/index', |
| | | component: Layout, |
| | | children: [{ |
| | | path: 'index', |
| | | name: '监管信息', |
| | | meta: { |
| | | i18n: 'index', |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/regulatoryInformation/index') |
| | | }] |
| | | } |
| | | ] |