Merge branch 'v1.8'

This commit is contained in:
Captain.B 2021-03-31 13:24:02 +08:00
commit 201027d432
2 changed files with 3 additions and 5 deletions

View File

@ -243,13 +243,11 @@
} }
}) })
} else { } else {
// this.checkFullUrl(data);
// sign = this.isFullUrl;
sign = false; sign = false;
} }
// //
this.checkFullUrl(data);
sign = this.isFullUrl;
} }
if (!sign) { if (!sign) {

View File

@ -226,7 +226,7 @@
this.headers = headers; this.headers = headers;
} }
this.visible = true; this.visible = true;
this.editData = {type: "CONSTANT"}; this.editData = {type: "CONSTANT", delimiter: ","};
this.addParameters(this.editData); this.addParameters(this.editData);
this.disabled = disabled; this.disabled = disabled;
}, },