config.js 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 = '';
  12. const FAMOUS_LINKS = [
  13. {
  14. image: './images/pg3/1.png',
  15. link: 'http://m2.nbs.cn/article/564333.html?id=564333&mid=1',
  16. },
  17. {
  18. image: './images/pg3/2.png',
  19. link: 'http://m2.nbs.cn/article/564367.html?id=564367&mid=1',
  20. },
  21. {
  22. image: './images/pg3/3.png',
  23. link: 'http://m2.nbs.cn/article/564359.html?id=564359&mid=1',
  24. },
  25. {
  26. image: './images/pg3/4.png',
  27. link: 'http://m2.nbs.cn/article/564351.html?id=564351&mid=1',
  28. },
  29. {
  30. image: './images/pg3/5.png',
  31. link: 'http://m2.nbs.cn/article/565523.html?id=565523&mid=1',
  32. },
  33. {
  34. image: './images/pg3/6.png',
  35. link: '',
  36. },
  37. ]