diff --git a/public/static/lib/layui/extends/helper.js b/public/static/lib/layui/extends/helper.js index 336d1b36..bc7e0d8d 100644 --- a/public/static/lib/layui/extends/helper.js +++ b/public/static/lib/layui/extends/helper.js @@ -57,7 +57,7 @@ layui.define(['jquery', 'layer'], function (exports) { }; helper.weiboShare = function (title, url, pic) { - var shareUrl = 'http://v.t.sina.com.cn/share/share.php?'; + var shareUrl = 'http://service.weibo.com/share/share.php?'; shareUrl += 'title=' + encodeURIComponent(title || document.title); shareUrl += '&url=' + encodeURIComponent(url || document.location); shareUrl += '&pic=' + encodeURIComponent(pic || '');