cqf
2022-06-17 51cacf8f4d7b0b2cc30a22ea4f660e73e82da458
src/router/index.js
@@ -188,6 +188,7 @@
        {
          id: 2,
          parentId: 0,
            hidden: true,
          path: '/accidentHidden',
          component: Layout,
          name: '事故隐患排查治理',
@@ -380,17 +381,6 @@
                component: () => import('@/views/Issuedbysuperiors'),
                meta: { title: '上级下达隐患', icon: '' }
            },
              {
                  id: 9,
                  parentId: 0,
                  path: '/superiorsSend',
                  name: '发送隐患',
                  component: () => import('@/views/Issuedbysuperiors/superiorsSend'),
                  meta: { title: '发送隐患', icon: '' },
                  hidden: true
              },
            {
                id: 10,
                parentId: 0,
@@ -398,6 +388,11 @@
                name: '内部举一反三',
                component: () => import('@/views/oneFromanotherN'),
                meta: { title: '内部举一反三', icon: '' }
            },
            {
              path: '/addDanger',
              component: () => import('@/views/oneFromanotherN/addDanger'),
              hidden: true
            },
            {
                path: '/existN',
@@ -491,6 +486,13 @@
                  hidden: true
              },
              {
                  path: '/dangerDetails',
                  // name: '安全隐患汇总-发送隐患单',
                  component: () => import('@/views/dangerDetails/dnagerDetails'),
                  // meta: { title: '安全隐患汇总-发送隐患单', icon: '' }
                  hidden: true
              },
              {
                  id: 12,
                  parentId: 0,
                  path: '/chartAnalysis',