| | |
| | | component: () => import('@/views/oneFromanother'), |
| | | meta: { title: '内部举一反三', icon: '' } |
| | | }, |
| | | { |
| | | path: '/manage', |
| | | component: () => import('@/views/oneFromanother/manage'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | path: '/exist', |
| | | component: () => import('@/views/oneFromanother/exist'), |
| | | hidden: true |
| | | }, |
| | | { |
| | | id: 8, |
| | | parentId: 0, |
| | |
| | | // meta: { title: '隐患排查清单-预览', icon: '' } |
| | | hidden: true |
| | | }, |
| | | { |
| | | id: 9, |
| | | parentId: 0, |
| | | path: '/Issuedbysuperiors', |
| | | name: '上级下达隐患', |
| | | component: () => import('@/views/Issuedbysuperiors'), |
| | | meta: { title: '上级下达隐患', icon: '' } |
| | | }, |
| | | ] |
| | | } |
| | | ] |