This commit is contained in:
2025-02-24 09:03:16 +08:00
parent e874ef4a9b
commit 142252d7c6
3 changed files with 142 additions and 4 deletions

View File

@@ -130,6 +130,20 @@ export const constantRoutes = [
}
]
},
{
path: '/task/detail',
component: Layout,
hidden: true,
children: [
{
path: '',
component: () => import('@/views/test/task/edit'),
name: 'TaskDetail',
noCache: true,
meta: { title: '自动化测试', activeMenu: '/task' }
}
]
},
]
// 动态路由,基于用户权限动态去加载