You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---原始邮件---
发件人: ***@***.***>
发送时间: 2025年1月17日(周五) 下午5:50
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: [zfile-dev/zfile-vue] 希望预览失效能够直接下载文件 (Issue #86)
RT,大概这样,可惜我得java环境坏了,不好调试了。。
switch (fileType) { case 'video': openVideo(); break; case 'image': openImage(row); break; case 'text': openText(); break; case 'audio': openAudio(row); break; case 'office': // 增加判断,如果 onlyOfficeUrl 为空,则作为普通文件下载 console.log("office预览地址:",`${storageConfigStore.globalConfig.onlyOfficeUrl}`) if (storageConfigStore.globalConfig.onlyOfficeUrl) { openOffice(row); } else { batchDownloadFile(row); } break; case 'pdf': openPdf(row); break; case 'three3d': open3d(row); break; default: batchDownloadFile(row); }
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
RT,大概这样,可惜我得java环境坏了,不好调试了。。
The text was updated successfully, but these errors were encountered: