Your Name 2 年前
父节点
当前提交
76412abd80
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      public/config.js

+ 1
- 0
public/config.js 查看文件

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