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