* tif图片预览,根据反馈的意见,已经全部修改

This commit is contained in:
zhangzhen1979
2021-12-10 15:36:25 +08:00
committed by kl
parent d424de5e9a
commit 91f3348a2f
4 changed files with 14 additions and 14 deletions

View File

@ -37,7 +37,7 @@
}
function goForImage() {
var url = window.location.href + "&previewType=jpg"
var url = window.location.href + "&tifPreviewType=jpg"
if (url.indexOf("officePreviewType=pdf") != -1) {
url = url.replace("officePreviewType=pdf", "officePreviewType=image");
} else {