diff --git a/src/pages/phone/domesticDetails.vue b/src/pages/phone/domesticDetails.vue index 66ecbc63a..8ebd458a7 100644 --- a/src/pages/phone/domesticDetails.vue +++ b/src/pages/phone/domesticDetails.vue @@ -2812,7 +2812,7 @@ // window.open('/static/pdf/web/viewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + editFileInfo.id)) // } else { // this.loadingText = false - window.open(kkFileViewUrl + '/onlinePreview?url=' + encodeURIComponent(Base64.encode('/api/att/attFile/getFileInfo?fileId=' + editFileInfo.id))); + window.open(kkFileViewUrl + '/onlinePreview?url=' + encodeURIComponent(Base64.encode(editFileInfo.downLoadUrl))); // window.open('/static/pdf/web/viewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + editFileInfo.id)) // } // window.open('/#/phonePDF?fileId='+editFileInfo.id)