提交 e790e556 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

唤起app页面地址变更,改为三期活动主页面地址

上级 cadf8d9c
......@@ -127,7 +127,7 @@
shareImageUrl: 'https://file.yunqueyi.com/h5/images/hd/icon-share.png',
shareUrl: location.href, //微信分享链接
};
this.appCallUrl = location.href; //唤起app页面
this.appCallUrl = `https://${location.host}/year_end_ssr/awards-list`; //唤起app页面
//微信分享初始化--start
this.$picaWxShare({
type: (process.env.NUXT_ENV_APP != 'prod') ? 15 : '',
......
......@@ -181,7 +181,7 @@
shareImageUrl: 'https://file.yunqueyi.com/h5/images/hd/icon-share.png',
shareUrl: location.href, //微信分享链接
};
this.appCallUrl = location.href; //唤起app页面
this.appCallUrl = `https://${location.host}/year_end_ssr/awards-list`; //唤起app页面
//微信分享初始化--start
this.$picaWxShare({
type: (process.env.NUXT_ENV_APP != 'prod') ? 15 : '',
......
......@@ -142,7 +142,7 @@
shareImageUrl: 'https://file.yunqueyi.com/h5/images/hd/icon-share.png',
shareUrl: location.href, //微信分享链接
};
this.appCallUrl = location.href; //唤起app页面
this.appCallUrl = `https://${location.host}/year_end_ssr/awards-list`; //唤起app页面
//微信分享初始化--start
this.$picaWxShare({
type: (process.env.NUXT_ENV_APP != 'prod') ? 15 : '',
......
......@@ -106,7 +106,7 @@
shareImageUrl: 'https://file.yunqueyi.com/h5/images/hd/icon-share.png',
shareUrl: location.href, //微信分享链接
};
this.appCallUrl = location.href; //唤起app页面
this.appCallUrl = `https://${location.host}/year_end_ssr/awards-list`; //唤起app页面
//微信分享初始化--start
this.$picaWxShare({
type: (process.env.NUXT_ENV_APP != 'prod') ? 15 : '',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册