dev_forum
杨树明 5 years ago
parent 6a75a6c56a
commit 1414b85c6b

@ -60,7 +60,7 @@ class Fileslistitem extends Component{
// link.setAttribute('download',result.data.title);
// document.body.appendChild(link);
// link.click();
window.open=result.data.url;
window.open(result.data.url);
}else{
this.setState({
Showoldfiles:true,

Loading…
Cancel
Save