mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-11-24 08:33:10 +08:00
update server/src/main/resources/static/ofd/js/cnofd-view.js.
修复OFD解析失败问题 Signed-off-by: 高雄 <admin@cxcp.com>
This commit is contained in:
@@ -107,6 +107,7 @@ if (scale && (scale == "width" || Number(scale))) {
|
||||
}
|
||||
|
||||
var file = this.getQueryVariable("file");
|
||||
file = decodeURIComponent(file);
|
||||
if (file) this.loadOfdFile(file);
|
||||
|
||||
if (scale && (scale == "width" || Number(scale))) {
|
||||
|
||||
Reference in New Issue
Block a user