Parcourir la source

组织树隐藏

mengy il y a 5 ans
Parent
commit
435f8ce9b1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      shanXiPlatform/src/router/index.js

+ 1 - 1
shanXiPlatform/src/router/index.js

@@ -1606,7 +1606,7 @@ export const constantRoutes = [
1606 1606
         path: 'treeStructure',
1607 1607
         component: () => import('@/views/systemManagement/tree/treeStructure'),
1608 1608
         name: 'TreeStructure',
1609
-        // hidden: true,
1609
+        hidden: true,
1610 1610
         meta: { title: '组织树', icon: 'zuzhishu', affix: false, noCache: true, navigation: true },
1611 1611
         resourceCode:5,
1612 1612
         children: []