add:性能测试-报告

This commit is contained in:
2025-04-17 17:29:59 +08:00
committed by 温若烈酒慕茶凉丷
parent 62f9dd359f
commit 03144f2a7b
8 changed files with 258 additions and 10 deletions

View File

@@ -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' }
}
]
},
]
// 动态路由,基于用户权限动态去加载