office图片预览打开大图新开窗口

This commit is contained in:
陈精华
2019-04-26 14:24:49 +08:00
committed by kl
parent a49ee9d726
commit 50fb586e6f

View File

@ -33,8 +33,12 @@
} else {
url = url + "&officePreviewType="+previewType;
}
if ('allImages' == previewType) {
window.open(url)
} else {
window.location.href = url;
}
}
</script>
</body>
</html>