瀏覽代碼

组织树隐藏

mengy 3 年之前
父節點
當前提交
435f8ce9b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: []