From 3b9c620f3c4ec3c8820ba80232055f800535515c Mon Sep 17 00:00:00 2001 From: teukkk Date: Fri, 14 Jun 2024 21:06:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E8=AF=A6=E6=83=85-?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=A7=E8=A1=8C=E5=8E=86=E5=8F=B2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/requrls/test-plan/testPlan.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/api/requrls/test-plan/testPlan.ts b/frontend/src/api/requrls/test-plan/testPlan.ts index d5360b1714..0c564ffae2 100644 --- a/frontend/src/api/requrls/test-plan/testPlan.ts +++ b/frontend/src/api/requrls/test-plan/testPlan.ts @@ -81,7 +81,7 @@ export const BatchUpdateCaseExecutorUrl = '/test-plan/functional/case/batch/upda // 计划详情-功能用例-执行历史 export const ExecuteHistoryUrl = '/test-plan/functional/case/exec/history'; // 计划详情-执行历史 -export const PlanDetailExecuteHistoryUrl = '/his/page'; +export const PlanDetailExecuteHistoryUrl = '/test-plan/his/page'; // 功能用例-关联用例-接口用例-API export const TestPlanApiAssociatedPageUrl = '/test-plan/association/api/page'; // 功能用例-关联用例-接口用例-CASE