Explorar el Código

组织树隐藏

mengy hace 5 años
padre
commit
435f8ce9b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      shanXiPlatform/src/router/index.js

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

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