src/views/login/index.jsx @@ -531,6 +531,13 @@ authError: res.message }) } }, () => { if (index === -1 || index > 10) { this.setState({ auth: false, authError: '网络错误导致系统授权失败,请联系管理员。' }) } }) }