zcy 4 yıl önce
ebeveyn
işleme
122222ec39
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  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' }
+      // }
     ]
   },
   {