add:性能测试-报告
This commit is contained in:
@@ -172,6 +172,20 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/performance/report/detail',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: () => import('@/views/test/performance/reportDetail'),
|
||||
name: 'performanceAdd',
|
||||
noCache: true,
|
||||
meta: { title: '修改测试', activeMenu: '/performance' }
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
// 动态路由,基于用户权限动态去加载
|
||||
|
||||
Reference in New Issue
Block a user