config.js 500B

12345678910111213141516
  1. // 微信分享
  2. const shareOptTpl = {
  3. title: '和“宁好”一起,跟着诗歌游南京',
  4. desc: '',
  5. imgUrl: location.origin + location.pathname.replace('index.html', '') + 'share.jpg',
  6. }
  7. // 跳转链接
  8. const logo2URL = 'https://s.wenkor.com/group-collection-20220706/#/';
  9. // 分享接口地址
  10. const API_BASE = 'http://test-h5.njyunzhi.com/api/wx/jsapi';
  11. // 高德地图 KEY
  12. const AMAP_KEY = '4efb2e95ad0ceebd2f504da0011817c0';
  13. const AMAP_SEC_CODE = 'f9894c48d53d28098be7e427730763c4';