Compare commits
2 Commits
3edbe328bf
...
7f6783108b
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f6783108b | |||
| 20962bf458 |
@ -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("/");
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user