Commit 366a7aae authored by 郭志伟's avatar 郭志伟

fix(share): 调整分享打开的链接

parent 3ac00d31
......@@ -153,7 +153,7 @@ export default {
initShareInfo() {
if (EASY_ENV_IS_NODE) return;
const { coverImage, pageName, pageDescribe, shareCoverImage } = this.pageInfo;
const link = `${window.location.origin}${window.location.pathname}`;
const link = `${window.location.origin}${window.location.pathname}?vcctoken={token}`;
this.link = link;
this.shareInfo = {
event: "showShareView",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment