This commit is contained in:
lcw
2025-09-26 17:22:35 +08:00

View File

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