This commit is contained in:
qq787203167
2022-03-22 21:52:04 +08:00
parent 22a8f4826f
commit 1091812961
@@ -241,7 +241,6 @@
let index1 = fileName.lastIndexOf('.')
let index2 = fileName.length
let fileSuffix = fileName.substring(index1, index2)
debugger
if (fileSuffix == '.pdf') {
window.open('/pdf/web/viewer.html?file=' + encodeURIComponent('/jero-boot/sys/common/pdf/viewFile?id=' + fileQuery.id))
} else if (fileSuffix == '.docx') {