新增登录失效返回登录页

pet-2.0
1261008090@qq.com 2025-04-20 16:57:00 +08:00
parent 6f441a7aff
commit 9787ef8a0d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function logOut(reject,data) {
} }
} }
store.dispatch('setUserInfo', userInfo) store.dispatch('setUserInfo', userInfo)
uni.redirectTo({ uni.reLaunch({
url: '/pages/login/login' url: '/pages/login/login'
}) })
},1000) },1000)