|
@@ -111,7 +111,7 @@
|
|
|
//json_encode($share_config)
|
|
|
title:"{{$share_config['title']}}",
|
|
|
desc: "{{$share_config['desc']}}", // 分享描述
|
|
|
- link:'http://www.baidu.com',//link: "{!! $share_config['link'] !!}",// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
|
|
|
+ link: "{!! $share_config['link'] !!}",// 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
|
|
|
imgUrl: "{{$share_config['imgUrl']}}", // 分享图标
|
|
|
|
|
|
};
|