dev_forum
杨树明 5 years ago
parent 86987a0422
commit 055f000f67

@ -84,7 +84,7 @@ class InfosProject extends Component{
// 进入项目
turnToCourses=(url,flag)=>{
if(flag){
this.props.history.push(url);
window.location.href=url;
}
}

Loading…
Cancel
Save