为了账号安全,请及时绑定邮箱和手机立即绑定

this.context.router.push() 不能跳转

this.context.router.push() 不能跳转

斯蒂芬大帝 2018-12-13 18:14:14
代码:class Component extends React.Component {static contextTypes = {    router:PropTypes.object.isRequired};handleSubmit (e) {   ...    fetch('xxx', {        ...    })        .then(...)        .then((res) => {            if (...) {                this.context.router.push('xxx');                return;                ...报错:不太明白这个报错_this2是什么意思
查看完整描述

1 回答

?
慕姐8265434

TA贡献1813条经验 获得超2个赞

this.context.router.history.push


查看完整回答
反对 回复 2019-01-14
  • 1 回答
  • 0 关注
  • 396 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信