Showing
1 changed file
with
2 additions
and
0 deletions
@@ -293,6 +293,8 @@ | @@ -293,6 +293,8 @@ | ||
293 | 293 | ||
294 | data = that.packReqData(); | 294 | data = that.packReqData(); |
295 | 295 | ||
296 | + data.key = data.key.replace(/http[s]?:\/\//,''); | ||
297 | + | ||
296 | if (!data) { | 298 | if (!data) { |
297 | that.$errTip.text('请填写完整tdk信息'); | 299 | that.$errTip.text('请填写完整tdk信息'); |
298 | return; | 300 | return; |
-
Please register or login to post a comment