qinzhipeng_v il y a 5 ans
Parent
commit
cc2bcb578b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/router/index.js

+ 1 - 0
src/router/index.js

@@ -643,6 +643,7 @@ export const constantRoutes = [
     component: Layout,
     redirect: '/online-quality/check-list',
     name: '组织配置',
+    hidden: true,
     meta: { title: '组织配置', icon: '上线质检' }
   }
 ]