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