token退出后删除

This commit is contained in:
2024-03-18 14:08:36 +08:00
parent b7cd62d610
commit d0395c1508
4 changed files with 4 additions and 2 deletions

View File

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