退出功能
This commit is contained in:
@@ -148,14 +148,12 @@
|
||||
|
||||
methods: {
|
||||
handleClick (e) {
|
||||
if (e === 'phone') {
|
||||
this.$router.push('changePhone')
|
||||
if (e === 'logout') {
|
||||
this.$store.dispatch('SignOut', false)
|
||||
} else if (e === 'pwd') {
|
||||
this.$router.push('changePwd')
|
||||
} else if (e === 'message') {
|
||||
this.$router.push('message')
|
||||
} else {
|
||||
this.$store.commit('SignOut', true)
|
||||
}
|
||||
},
|
||||
handleClose() {
|
||||
|
||||
Reference in New Issue
Block a user