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