GaoYuPeng 3 년 전
부모
커밋
1d7be0799f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      shanXiPlatform/src/router/index.js

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

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