This commit is contained in:
2026-06-27 20:58:16 +08:00
parent b13668095d
commit 451dd2330b
10 changed files with 1346 additions and 133 deletions
+3 -2
View File
@@ -171,8 +171,9 @@ export default {
content: '确定要退出登录吗?',
success: (res) => {
if (res.confirm) {
uni.clearStorageSync()
uni.reLaunch({ url: '/pages/login/login' })
// uni.clearStorageSync()
// uni.reLaunch({ url: '/pages/login/login' })
this.$store.dispatch('user/logout')
}
}
})