Commit 963ff35b by xuzhenghua

登录

parent c02cc991
...@@ -33,6 +33,8 @@ class YarnWish extends Component { ...@@ -33,6 +33,8 @@ class YarnWish extends Component {
this.setState({ this.setState({
list: JSON.stringify(data) === '{}' ? [] : data list: JSON.stringify(data) === '{}' ? [] : data
}) })
} else if (code === 4030) {
this.props.history.push('/passport/login')
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment