zcy 4 年之前
父節點
當前提交
122222ec39
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/router/index.js

+ 6 - 6
src/router/index.js

@@ -110,13 +110,13 @@ export const constantRoutes = [
         component: () => import('@/views/security/stand/index'),
         name: 'stand',
         meta: { title: '安全工具台账', icon: 'el-icon-collection-tag' }
-      },
-      {
-        path: 'checklist',
-        component: () => import('@/views/security/checkList/index'),
-        name: 'checklist',
-        meta: { title: '安全工具检验记录', icon: 'el-icon-collection-tag' }
       }
+      // {
+      //   path: 'checklist',
+      //   component: () => import('@/views/security/checkList/index'),
+      //   name: 'checklist',
+      //   meta: { title: '安全工具检验记录', icon: 'el-icon-collection-tag' }
+      // }
     ]
   },
   {