config.js 364B

123456789101112
  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/api/wx/jsapi';