修改文件下载路径
This commit is contained in:
parent
1f23d682de
commit
485565f112
@ -249,10 +249,10 @@
|
||||
downloadFile(item) {
|
||||
// 创建一个 <a> 元素
|
||||
// const link = document.createElement('a');
|
||||
// link.href = "https://www.nuoyunr.com/cdJdc"+item.filePath; // 文件路径
|
||||
let href = "https://www.nuoyunr.com/minio"+item.filePath; // 文件路径
|
||||
// var lastIndexOf = item.filePath.lastIndexOf(".");
|
||||
// link.download = item.fileName+item.filePath.substr(lastIndexOf); // 下载的文件名
|
||||
window.open(item.filePath);
|
||||
window.open(href);
|
||||
// // 触发下载
|
||||
// link.click();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user