12345678910111213
  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://api.h5.zijincao.njyunzhi.com';
  11. const API_BASE = '';