题库调整

dev_aliyun_beta
杨树明 6 years ago
parent ea1916fe08
commit 373821a69c

@ -144,7 +144,7 @@ class Completetaskpage extends Component {
.then((response) => {
if(response.data.status===0){
this.props.showNotification(response.data.message)
window.location.href=`/users/${this.props.current_user.user_id}/topics/personal`;
window.location.href=`/users/${this.props.current_user.login}/topics/personal`;
}else{
this.props.showNotification(response.data.message)
}

Loading…
Cancel
Save