diff --git a/api-test/frontend/src/router/modules/api.js b/api-test/frontend/src/router/modules/api.js index bd7c404eb5..cff65eaf11 100644 --- a/api-test/frontend/src/router/modules/api.js +++ b/api-test/frontend/src/router/modules/api.js @@ -22,7 +22,7 @@ export default { component: () => import('@/business/automation/report/ApiReportView'), }, { - path: 'automation/:versionId?/report/:redirectID?/:dataType?/:dataSelectRange', + path: 'automation/report/:versionId?/report/:redirectID?/:dataType?/:dataSelectRange', name: 'ApiReportListWithQuery', component: () => import('@/business/automation/report/ApiReportList'), },