config.js 566B

1234567891011121314151617
  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/wenhua-poem/index.html';
  9. const link2URL = 'https://s.wenkor.com/group-collection-20220706/#/';
  10. // 分享接口地址
  11. const API_BASE = 'http://test-h5.njyunzhi.com/api/wx/jsapi';
  12. // 高德地图 KEY
  13. const AMAP_KEY = '4efb2e95ad0ceebd2f504da0011817c0';
  14. const AMAP_SEC_CODE = 'f9894c48d53d28098be7e427730763c4';