shj
2022-05-13 81fbccc69012cbedcc60e01a26b99185430dba2a
src/router/index.js
@@ -334,9 +334,12 @@
            },
            {
                path: '/manage',
                // name: '自查隐患管理-填写督察',
                component: () => import('@/views/oneFromanother/manage'),
                // meta: { title: '自查隐患管理-填写督察', icon: '' }
                hidden: true
            },
            {
                path: '/exist',
                component: () => import('@/views/oneFromanother/exist'),
                hidden: true
            },
              {
@@ -354,6 +357,14 @@
                  // meta: { title: '隐患排查清单-预览', icon: '' }
                  hidden: true
              },
              {
                id: 9,
                parentId: 0,
                path: '/Issuedbysuperiors',
                name: '上级下达隐患',
                component: () => import('@/views/Issuedbysuperiors'),
                meta: { title: '上级下达隐患', icon: '' }
            },
          ]
      }
]