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