This commit is contained in:
hailin 2025-03-15 20:27:31 +08:00
parent f0dd38a65f
commit 6c2cd58d65
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ export function MixSignIn(props: {
// []方法 // []方法
{ {/* localStorage["name"]="bonly"; */ } } { {/* localStorage["name"]="bonly"; */ } }
console.log("--result.data:", result.data) console.log("--result.data:", result.data)
setTimeout(() => {
window.location.href = `/`;
}, 10000); // 延迟 10 秒跳转
//window.location.href = `/` //window.location.href = `/`
}).catch((err) => { }).catch((err) => {