fix(接口测试): 修复首页场景定时任务跳转页面错误的缺陷

--bug=1027147 --user=王孝刚 【接口测试】接口测试首页-场景定时任务数量统计-运行通过率的跳转链接页面错误
https://www.tapd.cn/55049933/s/1382826
This commit is contained in:
wxg0103 2023-06-16 15:31:35 +08:00 committed by fit2-zhao
parent e47cb8c616
commit 16870484bc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default {
component: () => import('@/business/automation/report/ApiReportView'),
},
{
path: 'automation/:versionId?/report/:redirectID?/:dataType?/:dataSelectRange',
path: 'automation/report/:versionId?/report/:redirectID?/:dataType?/:dataSelectRange',
name: 'ApiReportListWithQuery',
component: () => import('@/business/automation/report/ApiReportList'),
},