This commit is contained in:
bobobobo
2026-02-01 15:19:53 +08:00
parent 3060d8386c
commit 69bb850559
4 changed files with 16 additions and 2 deletions

View File

@@ -147,6 +147,9 @@ export const useUserStore = defineStore('user', () => {
// #ifdef APP-PLUS
await useLoginState().logout()
// #endif
// #ifdef H5
await useLoginState().logout()
// #endif
clearAllUserInfo()
await showToast('退出登录成功', 'success')
reLaunch('/pages/login/login')