diff --git a/frontend/src/business/components/api/automation/scenario/common/CustomizeReqInfo.vue b/frontend/src/business/components/api/automation/scenario/common/CustomizeReqInfo.vue index 3ba6057dc1..5651c588d3 100644 --- a/frontend/src/business/components/api/automation/scenario/common/CustomizeReqInfo.vue +++ b/frontend/src/business/components/api/automation/scenario/common/CustomizeReqInfo.vue @@ -96,6 +96,9 @@ export default { if (paramUrl && this.isUrl) { this.request.url = decodeURIComponent(this.request.url.substr(0, this.request.url.indexOf("?"))); } + if (this.isCustomizeReq) { + this.request.path = this.request.url; + } } }, addProtocol(url) {