This commit is contained in:
parent
49aae581b8
commit
033fedfaab
|
|
@ -70,6 +70,7 @@ export function MixSignIn(props: {
|
|||
localStorage.setItem("UserData", JSON.stringify(result.data));
|
||||
// []方法
|
||||
{ {/* localStorage["name"]="bonly"; */ } }
|
||||
console.log("--result.data:", result.data)
|
||||
window.location.href = `/`
|
||||
|
||||
}).catch((err) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue