GaoYuPeng 3 years ago
parent
commit
1d7be0799f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shanXiPlatform/src/router/index.js

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

@@ -1474,7 +1474,7 @@ export const constantRoutes = [
1474
         path: 'treeStructure',
1474
         path: 'treeStructure',
1475
         component: () => import('@/views/systemManagement/tree/treeStructure'),
1475
         component: () => import('@/views/systemManagement/tree/treeStructure'),
1476
         name: 'TreeStructure',
1476
         name: 'TreeStructure',
1477
-        hidden: false,
1477
+        hidden: true,
1478
         meta: { title: '组织树', icon: 'zuzhishu', affix: false, noCache: true, navigation: true },
1478
         meta: { title: '组织树', icon: 'zuzhishu', affix: false, noCache: true, navigation: true },
1479
         resourceCode:5,
1479
         resourceCode:5,
1480
         children: []
1480
         children: []