登录跳转问题优化

This commit is contained in:
aihe 2025-02-27 16:43:58 +08:00
parent cc74e2128b
commit d097ca720e

View File

@ -95,7 +95,7 @@
await promiseTimeout(300)
await this.$store.dispatch(USERKEY.GETUSERINFO)
setSessionLoginInfo(submitParams)
this.goto("tabBar/home/home")
this.goto("tabBar/home/home", 2)
}catch(e){
console.error("USERKEY.LOGIN===catch error:", e)
}