dev_cs
杨树林 5 years ago
parent 2ca119b41c
commit 52d87ae50b

@ -2511,8 +2511,9 @@ class Listofworksstudentone extends Component {
})
}
}else {
this.props.showNotification(`正在下载中`);
window.open("/api"+url, '_blank');
// this.props.showNotification(`正在下载中`);
// window.open("/api"+url, '_blank');
this.props.slowDownload(url);
}
}).catch((error) => {
console.log(error)

Loading…
Cancel
Save