shj
2022-05-13 81fbccc69012cbedcc60e01a26b99185430dba2a
src/router/index.js
@@ -332,6 +332,16 @@
                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,
@@ -347,6 +357,14 @@
                  // meta: { title: '隐患排查清单-预览', icon: '' }
                  hidden: true
              },
              {
                id: 9,
                parentId: 0,
                path: '/Issuedbysuperiors',
                name: '上级下达隐患',
                component: () => import('@/views/Issuedbysuperiors'),
                meta: { title: '上级下达隐患', icon: '' }
            },
          ]
      }
]