fix: 自定义请求保存重新打开多一个query参数
This commit is contained in:
parent
00299d7f41
commit
6b9e9c1f5e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue