提交 2c7c18aa 编写于 作者: tao.wu's avatar tao.wu

先去掉出问题的地方,调试微信分享

上级 d9bd926d
......@@ -101,7 +101,7 @@
// baseUrl: BASE_URL[process.env.NUXT_ENV_APP],
baseUrl: 'https://test1-sc.yunqueyi.com',
type: 15,
authUrl: this.shareObj.shareUrl,
authUrl: decodeURIComponent(encodeURIComponent(this.shareObj.shareUrl)),
isDebug: false,
jsApiList: [
'onMenuShareTimeline',
......
......@@ -76,7 +76,7 @@
// baseUrl: BASE_URL[process.env.NUXT_ENV_APP],
baseUrl: 'https://test1-sc.yunqueyi.com',
type: 15,
authUrl: this.shareObj.shareUrl,
authUrl: decodeURIComponent(encodeURIComponent(this.shareObj.shareUrl)),
isDebug: false,
jsApiList: [
'onMenuShareTimeline',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册