From 3127ceb3d4253d2f47d22ba53a40d21483e30ad6 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: 星期五, 13 五月 2022 14:42:44 +0800
Subject: [PATCH] 隐患排查清单-预览

---
 src/router/index.js |   52 +++++++++++++++-------------------------------------
 1 files changed, 15 insertions(+), 37 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 95d60ef..29a411e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -150,43 +150,6 @@
 
        ]
       },
-    {
-        id: 2,
-        parentId: 0,
-        path: '/hiddenDangerTroubleshootingList',
-        component: Layout,
-        name: '隐患排查清单',
-        meta: { title: '隐患排查清单', icon: 'el-icon-security' },
-        hidden: true,
-        children: [
-            {
-                path: '/new',
-                // name: '自查清单_新增|修改',
-                component: () => import('@/views/safetyproduction/new'),
-                meta: { title: '自查清单', icon: 'el-icon-dash', noCache: true, affix: true },
-                hidden: true
-            },
-            {
-                //自查清单-去评审
-                path: '/gojudging',
-                component: () => import('@/views/safetyproduction/gojudging'),
-                hidden: true
-            },
-            {
-                //自查清单_评审
-                path: '/review',
-                component: () => import('@/views/safetyproduction/review'),
-                hidden: true
-            },
-            {
-                //自查清单_修改检查项
-                path: '/reviewXG',
-                component: () => import('@/views/safetyproduction/reviewXG'),
-                hidden: true
-            },
-
-        ]
-    },
      /*   {
             id: 2,
             parentId: 0,
@@ -369,6 +332,21 @@
                 component: () => import('@/views/oneFromanother'),
                 meta: { title: '内部举一反三', icon: '' }
             },
+              {
+                  id: 8,
+                  parentId: 0,
+                  path: '/hiddenDangerTroubleshootingList',
+                  name: '隐患排查清单',
+                  component: () => import('@/views/hiddenDangerTroubleshootingList'),
+                  meta: { title: '隐患排查清单', icon: '' }
+              },
+              {
+                  path: '/preview',
+                  // name: '隐患排查清单-预览',
+                  component: () => import('@/views/hiddenDangerTroubleshootingList/preview'),
+                  // meta: { title: '隐患排查清单-预览', icon: '' }
+                  hidden: true
+              },
           ]
       }
 ]

--
Gitblit v1.9.2