|
@@ -23,7 +23,7 @@ export default {
|
|
|
return {
|
|
|
title:this.msgObj.title||this.pdf_name||'',
|
|
|
path:`/pages-report/previewPDF?pdf_id=${this.pdf_id}`,
|
|
|
- imageUrl:this.msgObj.imgUrl||this.globalImgUrls.pdfShareImg
|
|
|
+ imageUrl:this.msgObj.shareImg||this.globalImgUrls.pdfShareImg
|
|
|
}
|
|
|
},
|
|
|
methods: {
|