调整路由
This commit is contained in:
parent
8b96923a32
commit
854e9e1b31
|
@ -40,7 +40,7 @@ const Modifypwd=(props)=>{
|
|||
Notify.clear();
|
||||
Notify.success(msg);
|
||||
setTimeout(()=>{
|
||||
window.location.href='/login';
|
||||
window.location.href='/';
|
||||
sessionStorage.clear();
|
||||
},2000);
|
||||
},err=>{
|
||||
|
|
Loading…
Reference in New Issue