修改了change_blockchain_type函数

This commit is contained in:
zhangxunhui 2023-01-30 20:38:09 +08:00
parent 806b0e5438
commit 88087b4d62
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class Infos extends Component {
project_type: type ,
route_type: undefined
})
this.props.history.push(`/users/${user && user.login}/blockchain/${type}`);
this.props.history.push(`/${user && user.login}/blockchain/${type}`);
}
undo_link = () => {