Commit 30c31289 authored by 陈精华's avatar 陈精华 Committed by kl

修复压缩文件中文fileKey未编码 link #I111PD

parent b003a057
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
fulls += ",resizable"; // 对于不支持screen属性的浏览器,可以手工进行最大化。 manually fulls += ",resizable"; // 对于不支持screen属性的浏览器,可以手工进行最大化。 manually
} }
window.open("onlinePreview?url=" window.open("onlinePreview?url="
+ encodeURIComponent("${baseUrl}" + treeNode.fileName)+"&fileKey="+treeNode.fileKey, "_blank",fulls); + encodeURIComponent("${baseUrl}" + treeNode.fileName+"&fileKey="+treeNode.fileKey), "_blank",fulls);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment