1.0.6
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user