部分修改

This commit is contained in:
sylor_huang@126.com 2020-06-03 18:20:20 +08:00
parent 5f360812c4
commit 52f559a384
1 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,9 @@ class Infos extends Component {
undo_link = () => {
const {user} = this.state
this.setState({
route_type: undefined
})
this.props.history.push(`/users/${user && user.login}/undo_events`)
}
@ -104,6 +107,9 @@ class Infos extends Component {
organize_link = () => {
const {user} = this.state
this.setState({
route_type: undefined
})
this.props.history.push(`/users/${user && user.login}/organizes`)
}