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

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

Loading…
Cancel
Save