解决登录无提示
This commit is contained in:
parent
64b002b780
commit
966297126d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue