feat (操作日志): 增加用例的日志跳转

This commit is contained in:
fit2-zhao 2021-09-15 11:01:10 +08:00 committed by fit2-zhao
parent 4c8ca9678c
commit 085777b58d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ export function getUrl(d) {
url += "/performance/test/edit/" + resourceId;
break;
case "测试用例" || "測試用例" || "Test case":
url += "/track/case/all";
url += "/track/case/all?resourceId=" + resourceId;
break;
default:
break;