src/components/header/index.jsx
@@ -414,6 +414,10 @@ this.props.history.replace('/design') } else { if (res.message.indexOf('密码错误') > -1) { const input = document.getElementById('password') input && input.select() } this.setState({ loginLoading: false })