Commit 2feed0ab authored by Xuguangxing's avatar Xuguangxing

feat: 变更积木页缩略图取值位置

parent cc910d09
...@@ -158,7 +158,9 @@ export default { ...@@ -158,7 +158,9 @@ export default {
}, },
initShareInfo() { initShareInfo() {
if (EASY_ENV_IS_NODE) return; if (EASY_ENV_IS_NODE) return;
const { coverImage, pageName, pageDescribe, shareCoverImage } = this.pageInfo; console.log(this.pageInfo, 'this.pageInfo')
const { shareCoverImage } = this.pageInfo.page.props;
const { coverImage, pageName, pageDescribe } = this.pageInfo;
let link = `${window.location.origin}${window.location.pathname}?vccToken={token}&tenantId=${localStorage.get('tenantId') || ''}`; let link = `${window.location.origin}${window.location.pathname}?vccToken={token}&tenantId=${localStorage.get('tenantId') || ''}`;
if (this.getUrlParamsVal('navId') !== false && this.getUrlParamsVal('index') !== false) { if (this.getUrlParamsVal('navId') !== false && this.getUrlParamsVal('index') !== false) {
// 向分享URL中填充导航ID与位置索引 // 向分享URL中填充导航ID与位置索引
......
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