From ba9cd9f1e7dfb43fd61db99c5373b911c47345aa Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 12 Jun 2023 20:25:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=80=9A=E8=BF=87=E8=B7=B3=E8=BD=AC=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1026780 --user=王孝刚 【接口测试】github#24855,【接口测试】 首页-场景定时任务数量统计,从通过跳转的报告无法打开 https://www.tapd.cn/55049933/s/1380819 --- .../frontend/src/business/automation/report/ApiReportList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-test/frontend/src/business/automation/report/ApiReportList.vue b/api-test/frontend/src/business/automation/report/ApiReportList.vue index a9de992ef3..6ac8e66800 100644 --- a/api-test/frontend/src/business/automation/report/ApiReportList.vue +++ b/api-test/frontend/src/business/automation/report/ApiReportList.vue @@ -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 {