浏览代码

隐藏团队工作台

qinzhipeng_v 5 年之前
父节点
当前提交
c8537498b5
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/router/index.js

+ 5 - 5
src/router/index.js

@@ -91,14 +91,14 @@ export const constantRoutes = [
             component: () => import('@/views/Platform/Workbench/PersonalWorkbench'),
             meta: { title: '个人工作台' }
           },
-          // {
-          //   path: 'TeamWorkb1ench',
-          //   name: '团队工作台'
-          // },
+          {
+            path: 'TeamWorkb1ench',
+            name: '团队工作台'
+          },
           {
             path: 'TeamWorkbench',
             name: '团队工作台',
-            // hidden: true,
+            hidden: true,
             component: () => import('@/views/Platform/Workbench/TeamWorkbench'),
             meta: { title: '团队工作台' }
           }