From 966297126dce397fafc901c79dba01718d8a1d98 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Tue, 30 Nov 2021 04:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=99=BB=E5=BD=95=E6=97=A0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/loginform.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/login/loginform.js b/src/pages/login/loginform.js index db1057cc..85320000 100644 --- a/src/pages/login/loginform.js +++ b/src/pages/login/loginform.js @@ -68,6 +68,7 @@ function FormDom(props) { },err=>{ if(res.code==-2){ setYzmcode(true); + Notify.error(res.message); }else{ Notify.clear(); Notify.error(res.message);