token退出删除

This commit is contained in:
2024-03-18 13:36:25 +08:00
parent a998ff7c85
commit 6b34b0cc70
4 changed files with 4 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
})
},
Quit () {
this.$store.dispatch('delUserInfo')
this.$store.dispatch('delUserInfo', '')
uni.redirectTo({
url: '/pages/login/login'
})