dev_aliyun
杨树明 5 years ago
parent 60c4b45132
commit 465d03b33e

@ -261,18 +261,21 @@ class NewHeader extends Component {
if(this.props.user&&this.props.user.login=== ""||this.props.user&&this.props.user===null){
window.location.href = "/login";
}else{
if(sum===1){
window.location.href = "/courses/new";
}else if(sum===2){
window.location.href = "/shixuns/new";
}else if(sum===3){
window.location.href = "/paths/new";
}else if(sum===4){
window.location.href = "/projects/new";
}
return
}else if(this.state.current_user&&this.props.user.login=== ""||this.props.user&&this.props.user===null){
window.location.href = "/login";
return
}
if(sum===1){
window.location.href = "/courses/new";
}else if(sum===2){
window.location.href = "/shixuns/new";
}else if(sum===3){
window.location.href = "/paths/new";
}else if(sum===4){
window.location.href = "/projects/new";
}
}
render() {

Loading…
Cancel
Save