src/views/login/index.jsx @@ -136,6 +136,11 @@ auth: false }) } } else if (res.ErrCode === 'N') { localStorage.removeItem('AuthCode') this.setState({ auth: false }) } })