فهرست منبع

团对工作台下限

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: '团队工作台' }
           }