From 7a452e63992f8132c8f08f080a9c14407c0cc4f8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 三月 2023 17:22:23 +0800 Subject: [PATCH] 2023-03-10 --- src/views/login/index.jsx | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 7d9d8f2..0a64ba1 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -520,6 +520,13 @@ authError: res.message }) } + }, () => { + if (index === -1 || index > 10) { + this.setState({ + auth: false, + authError: '缃戠粶閿欒瀵艰嚧绯荤粺鎺堟潈澶辫触锛岃鑱旂郴绠$悊鍛樸��' + }) + } }) } -- Gitblit v1.8.0