Kxc0822a
2022-04-11 a434c141da6cf11aab8be6328c7643550bbdaf47
src/router/index.js
@@ -187,10 +187,18 @@
                  meta: { title: '重大隐患整改进度', icon: '' }
              },
              {
                  id: 2,
                  parentId: 0,
                  path: '/hiddenDangerRegistration',
                  name: '隐患登记下达',
                  component: () => import('@/views/hiddenDangerRegistration'),
                  meta: { title: '隐患登记下达', icon: '' }
              },
              {
                  path: '/hiddenDangerList',
                  // name: '重大隐患整改进度-发送隐患单',
                  component: () => import('@/views/accidentHidden/hiddenDangerList'),
                  // meta: { title: '重大隐患整改进度-发送隐患单', icon: '' }
                  // name: '隐患登记下达-发送隐患单',
                  component: () => import('@/views/hiddenDangerRegistration/hiddenDangerList'),
                  // meta: { title: '隐患登记下达-发送隐患单', icon: '' }
                  hidden: true
              },
          ]