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

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

parent a49ee9d7
...@@ -33,7 +33,11 @@ ...@@ -33,7 +33,11 @@
} else { } else {
url = url + "&officePreviewType="+previewType; url = url + "&officePreviewType="+previewType;
} }
window.location.href=url; if ('allImages' == previewType) {
window.open(url)
} else {
window.location.href = url;
}
} }
</script> </script>
</body> </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