|
|
@ -224,7 +224,11 @@ class App extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
componentDidMount() {
|
|
|
|
componentDidMount() {
|
|
|
|
// force an update if the URL changes
|
|
|
|
// force an update if the URL changes
|
|
|
|
history.listen(() => this.forceUpdate());
|
|
|
|
history.listen(() => {
|
|
|
|
|
|
|
|
this.forceUpdate()
|
|
|
|
|
|
|
|
const $ = window.$
|
|
|
|
|
|
|
|
$("html").animate({ scrollTop: $('html').scrollTop() - 0 })
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
initAxiosInterceptors(this.props)
|
|
|
|
initAxiosInterceptors(this.props)
|
|
|
|
|
|
|
|
|
|
|
|