fix(工作台): 跳转接口用例携带tab

This commit is contained in:
baiqi 2024-11-26 11:34:49 +08:00 committed by 刘瑞斌
parent c99485b9a7
commit 21777f1884
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
} }
function openCase(id: number) { function openCase(id: number) {
openNewPage(ApiTestRouteEnum.API_TEST_MANAGEMENT, { cId: id, pId: props.project }); openNewPage(ApiTestRouteEnum.API_TEST_MANAGEMENT, { tab: 'case', cId: id, pId: props.project });
} }
function goApiCase() { function goApiCase() {