task
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user