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' }
+      // }
     ]
   },
   {