1. 在使用react-redux时, 没有在组件内跳转, 在js文件中使用window.location.href 跳转到另一个b组件, 在b组件中返回时, 无法再次执行componentDidMount, 或者componentWillMount中的方法,
2.setState 自减的问题
this.setState(state => ({codeTimeout: --state.codeTimeout}))
3. 微信浏览器关闭
window.WeixinJSBridge.call('closeWindow');
document.location.protocol 获取http: 还是 htpps:
正在处理这些问题