Merge branch 'v1.8'
This commit is contained in:
commit
201027d432
|
@ -243,13 +243,11 @@
|
|||
}
|
||||
})
|
||||
} else {
|
||||
// this.checkFullUrl(data);
|
||||
// sign = this.isFullUrl;
|
||||
sign = false;
|
||||
}
|
||||
|
||||
// 校验是否全是全路径
|
||||
|
||||
this.checkFullUrl(data);
|
||||
sign = this.isFullUrl;
|
||||
}
|
||||
|
||||
if (!sign) {
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
this.headers = headers;
|
||||
}
|
||||
this.visible = true;
|
||||
this.editData = {type: "CONSTANT"};
|
||||
this.editData = {type: "CONSTANT", delimiter: ","};
|
||||
this.addParameters(this.editData);
|
||||
this.disabled = disabled;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue