src/views/login/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/login/index.jsx
@@ -520,6 +520,13 @@ authError: res.message }) } }, () => { if (index === -1 || index > 10) { this.setState({ auth: false, authError: '网络错误导致系统授权失败,请联系管理员。' }) } }) }