From c801559b629965fb044feaa3fc26dab15cbbe548 Mon Sep 17 00:00:00 2001 From: koogua Date: Thu, 15 Sep 2022 16:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BE=AE=E5=8D=9A=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/lib/layui/extends/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || '');