Skip to content

Commit

Permalink
fix: 请求错误后的loading处理
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1673495 committed Jul 27, 2019
1 parent 443c1c6 commit fddff83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default {
handleError()
}
}, (e) => {
handleLoading()
handleError(e)
})

Expand Down

0 comments on commit fddff83

Please sign in to comment.