@@ -41,7 +41,7 @@ const guard = (router: Router) => {
toast.message = `登陆失败`;
setTimeout(() => {
Toast.clear();
- next("/home");
+ location.reload();
}, 1000);
}
} else {