Authored by shijian

去除协议

... ... @@ -293,6 +293,8 @@
data = that.packReqData();
data.key = data.key.replace(/http[s]?:\/\//,'');
if (!data) {
that.$errTip.text('请填写完整tdk信息');
return;
... ...