소스 검색

团对工作台下限

qinzhipeng_v 5 년 전
부모
커밋
7ffce280c5
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/router/index.js

+ 5 - 1
src/router/index.js

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