cxmo 1 rok temu
rodzic
commit
2c5b112481
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages-report/previewPDF.vue

+ 1 - 1
pages-report/previewPDF.vue

@@ -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: {