合并分支 'dev_20230216' 到 'master'

修改pdf预览

查看合并请求 laws-foton-slrs/foton-laws-system-front!45
This commit is contained in:
高嵩
2023-04-10 17:39:06 +08:00
+1 -1
View File
@@ -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)