token退出删除

This commit is contained in:
2024-03-18 13:21:31 +08:00
parent a91a487141
commit 8f0b8ef548
5 changed files with 5 additions and 4 deletions

View File

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

View File

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