Commit 80702c8d by xiexiaoqin

fix: 文件名不编码

parent 48f5fa87
......@@ -71,7 +71,7 @@ create.Component({
});
} else {
// 预览文件
previewOssFile(encodeURIComponent(file.fileId)).then(res => {
previewOssFile(file.fileId).then(res => {
openLink({
url: res.data.data.webUrl
});
......
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