lint:format code

This commit is contained in:
Pan
2017-12-11 13:39:58 +08:00
parent bb0b37e0eb
commit 8ab770e9de
3 changed files with 53 additions and 53 deletions

View File

@@ -43,7 +43,7 @@ export default {
},
logout() {
this.$store.dispatch('LogOut').then(() => {
location.reload() // 为了重新实例化vue-router对象 避免bug
location.reload() // 为了重新实例化vue-router对象 避免bug
})
}
}