Skip to content

Commit e33db39

Browse files
高雄gitee-org
高雄
authored andcommitted
update server/src/main/resources/static/ofd/js/cnofd-view.js.
修复OFD解析失败问题 Signed-off-by: 高雄 <[email protected]>
1 parent f13cccf commit e33db39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/resources/static/ofd/js/cnofd-view.js

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ if (scale && (scale == "width" || Number(scale))) {
107107
}
108108

109109
var file = this.getQueryVariable("file");
110+
file = decodeURIComponent(file);
110111
if (file) this.loadOfdFile(file);
111112

112113
if (scale && (scale == "width" || Number(scale))) {

0 commit comments

Comments
 (0)