config.js 382B

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