Your Name 2 years ago
parent
commit
76412abd80
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      public/config.js

+ 1
- 0
public/config.js View File

2
 const shareOptTpl = {
2
 const shareOptTpl = {
3
   title: '向世界讲述——南京1937',
3
   title: '向世界讲述——南京1937',
4
   desc: '',
4
   desc: '',
5
+  link: location.href,
5
   imgUrl: location.origin + location.pathname.replace('index.html', '') + 'share.jpg',
6
   imgUrl: location.origin + location.pathname.replace('index.html', '') + 'share.jpg',
6
 }
7
 }
7
 
8