fix(接口测试): 修复首页定时任务通过跳转报错的缺陷

--bug=1026780 --user=王孝刚 【接口测试】github#24855,【接口测试】
首页-场景定时任务数量统计,从通过跳转的报告无法打开 https://www.tapd.cn/55049933/s/1380819
This commit is contained in:
wxg0103 2023-06-12 20:25:40 +08:00 committed by fit2-zhao
parent cd03dc0306
commit ba9cd9f1e7
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ export default {
if (report.reportType.indexOf('SCENARIO') !== -1 || report.reportType === 'API_INTEGRATED') {
this.currentProjectId = report.projectId;
this.$router.push({
path: 'report/view/' + report.id,
path: '/api/automation/report/view/' + report.id,
query: { list: true },
});
} else {