Skip to content

Commit

Permalink
修复加载条部分问题
Browse files Browse the repository at this point in the history
  • Loading branch information
z-9527 committed Aug 3, 2018
1 parent 5310fa4 commit b3e18c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/LoadableComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ class LoadingPage extends React.Component {
componentWillMount(){
NProgress.start()
}
componentDidMount(){
NProgress.done()
}
componentWillUnmount(){
NProgress.done()
}
Expand Down

0 comments on commit b3e18c4

Please sign in to comment.