vuex模块化
This commit is contained in:
@@ -66,8 +66,7 @@ export default {
|
||||
})
|
||||
},
|
||||
handleLogout() {
|
||||
this.logout()
|
||||
this.$http.delete("/auth/token/logout")
|
||||
this.$http.delete("/auth/token/logout").finally(() => this.logout())
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
|
||||
Reference in New Issue
Block a user