!78 修复OFD解析失败问题

Merge pull request !78 from 高雄/master
This commit is contained in:
kailing 2023-03-25 02:38:05 +00:00 committed by Gitee
commit b7ed284ae9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -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))) {