Compare commits

...

2 Commits

Author SHA1 Message Date
lcw
7f6783108b lcw 2025-09-26 17:12:13 +08:00
lcw
20962bf458 lcw 2025-09-26 17:10:41 +08:00

View File

@ -147,7 +147,8 @@ 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 = "/"; // window.location.href = "/";
router.push("/");
} }
}) })
} }