摘要: handlePreview(file) { getFile(file.id) .then(res => { const blob = new Blob([res]); if (window.navigator.msSaveOrOpenBlob) { // 兼容IE navigator.msSaveB 阅读全文
posted @ 2020-04-20 15:39 帖子搬运工 阅读(1354) 评论(0) 推荐(0)