fullspeed-wxshare
v1.0.10
Published
<!-- * @Author: your name * @Date: 2021-03-12 14:59:33 * @LastEditTime: 2021-03-12 15:21:35 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /wxShare/README.MD -->
Downloads
2
Readme
使用说明
1.引入
import share from 'fullspeed-wxshare'
2.使用
share();
new window.wxShare({
getSignature: 'https://toptalk2020.fullspeed.cn/public/getsignature', //请求接口
shareUrl: encodeURIComponent(window.location.href.split("#")[0]), //分享 url
shareData: {
title: "微信分享标题",
desc: "微信分享描述",
link: '', //分享链接,该链接域名必须与当前企业的可信域名一致
imgUrl: '', //分享图标
},
debug: false
})