123456789101112131415 |
- // 微信分享
- const shareOptTpl = {
- title: '对月当歌 为你写诗',
- desc: '',
- imgUrl: location.origin + location.pathname.replace('index.html', '') + 'share.jpg',
- }
-
- // 跳转链接
- const link1URL = 'http://h5.njyunzhi.com/wenhua818-2/index.html';
-
- // 分享接口地址
- const API_BASE = 'http://test-h5.njyunzhi.com';
-
- // 公众号ID
- const APPID = 'wxd3bab568bc42d1de';
|