Răsfoiți Sursa

隐藏团队工作台

qinzhipeng_v 5 ani în urmă
părinte
comite
c8537498b5
1 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  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: '团队工作台' }
           }