fix(消息通知): 修复jenkins通知跳转,性能测试跳转

--bug=1008368 --user=刘瑞斌 【消息通知】jenkins执行接口用例的消息通知,跳转错误 https://www.tapd.cn/55049933/s/1075408
This commit is contained in:
CaptainB 2021-11-26 13:39:33 +08:00 committed by 刘瑞斌
parent 98173a3794
commit aa5d57a97a
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export function getUrl(d) {
if (d.content.indexOf("接口用例") > -1) {
url += "/api/definition?caseId=" + d.resourceId;
} else if (d.content.indexOf("性能测试") > -1) {
url += "/performance/report/view/" + d.resourceId;
url += "/performance/test/edit/" + d.resourceId;
} else if (d.content.indexOf("接口测试") > -1) {
url += "/api/automation/report/view/" + d.resourceId;
} else if (d.content.indexOf("测试计划") > -1) {