1. 在使用react-redux时, 没有在组件内跳转, 在js文件中使用window.location.href 跳转到另一个b组件, 在b组件中返回时, 无法再次执行componentDidMount, 或者componentWillMount中的方法, 2.setState 自减的问题 ……