fix(接口自动化): 放开全路径校验

This commit is contained in:
fit2-zhao 2021-03-31 13:17:05 +08:00
parent e092a7a130
commit ed3e076a01
1 changed files with 3 additions and 5 deletions

View File

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