diff --git a/src/app/page.tsx b/src/app/page.tsx index 88a34e7..f757926 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,7 +141,7 @@ export default function Home() { diff --git a/src/components/WXComponent/WXShareBtn.tsx b/src/components/WXComponent/WXShareBtn.tsx index 13483a1..cee557a 100644 --- a/src/components/WXComponent/WXShareBtn.tsx +++ b/src/components/WXComponent/WXShareBtn.tsx @@ -70,7 +70,7 @@ export default function WXShareBtn() { title: '雀乐', // 分享标题 link: `${origin}${pathname}${queryArr.length > 0 ? `?${queryArr.join('&')}` : ''}`, // 分享链接 desc: '一起记录独立音乐', // 分享描述 - imgUrl: 'http://cdn.indie.cn/share.png', // 分享图标 + imgUrl: 'https://cdn.indie.cn/share.png', // 分享图标 success() {}, cancel() {}, };