This commit is contained in:
zhigang.li 2018-05-18 14:51:40 +08:00
parent da6fa831a5
commit 0ecab95d74
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ export default {
switch (name) {
case 'logout':
this.handleLogOut().then(() => {
console.log(123)
this.$router.push({
name: 'login'
})