This commit is contained in:
parent
f0dd38a65f
commit
6c2cd58d65
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue