Skip to content

Commit

Permalink
➖ 精简一些错误提示
Browse files Browse the repository at this point in the history
  • Loading branch information
catch6 committed Apr 28, 2019
1 parent 285215c commit 79f2abb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/views/user/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export default {
this.$router.replace(this.redirect || '/home')
})
.catch(error => {
console.error(error)
this.loading = false
})
} else {
Expand Down
1 change: 0 additions & 1 deletion src/views/user/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export default {
this.$router.replace(this.redirect || '/home')
})
.catch(error => {
console.error(error)
this.loading = false
})
} else {
Expand Down

0 comments on commit 79f2abb

Please sign in to comment.