重构代码:更改图床到七牛云

This commit is contained in:
Argo Zhang 2019-03-14 17:58:02 +08:00
parent b8eaf5451c
commit ef9722b150
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
width: $(window).width() < 768 ? 216 : 280,
height: $(window).width() < 768 ? 110 : 150,
setSrc: function() {
return '../images/pic/280/150/Pic' + Math.round(Math.random() * 136) + '.jpg'
return 'http://pocoafrro.bkt.clouddn.com/Pic' + Math.round(Math.random() * 136) + '.jpg'
},
onSuccess: function () {
$('form').submit();