This commit is contained in:
2025-09-26 17:12:32 +08:00

View File

@ -147,7 +147,8 @@ const getSfzhByGsid = (sfzh) => {
}else{
let obj = { sfzh:res.sfzh , xm:res.xm , pxgs:res.pxgs , pxgsid:res.pxgsid }
setItem("userInfo", JSON.stringify(obj));
window.location.href = "/";
// window.location.href = "/";
router.push("/");
}
})
}