Commit 50fb586e authored by 陈精华's avatar 陈精华 Committed by kl

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

parent a49ee9d7
......@@ -33,7 +33,11 @@
} else {
url = url + "&officePreviewType="+previewType;
}
window.location.href=url;
if ('allImages' == previewType) {
window.open(url)
} else {
window.location.href = url;
}
}
</script>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment