office图片预览打开大图新开窗口
parent
a49ee9d726
commit
50fb586e6f
|
@ -33,8 +33,12 @@
|
||||||
} else {
|
} else {
|
||||||
url = url + "&officePreviewType="+previewType;
|
url = url + "&officePreviewType="+previewType;
|
||||||
}
|
}
|
||||||
|
if ('allImages' == previewType) {
|
||||||
|
window.open(url)
|
||||||
|
} else {
|
||||||
window.location.href = url;
|
window.location.href = url;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue