mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-07-31 15:56:23 +08:00
office图片预览打开大图新开窗口
This commit is contained in:
parent
a49ee9d726
commit
50fb586e6f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user