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

初学react,router跳转失败的问题

初学react,router跳转失败的问题

繁星coding 2019-05-22 22:02:26
代码如下:importReact,{Component}from'react';importReactDOMfrom'react-dom';import'./index.css';importregisterServiceWorkerfrom'./registerServiceWorker';import'./App.css';importHeaderfrom'./header';importMainfrom'./main';importFooterfrom'./footer';importLoginfrom'./login/index'import{HashRouterasRouter,Route,hashHistory,Switch}from'react-router';import{Provider}from'react-redux'importstorefrom'./store'constHome=()=>(Home)constChat=()=>()constLoginPage=()=>()classAppextendsComponent{render(){**this.props.history.push('/chat')**console.log(hashHistory)return()}}想通过render中执行切换路由this.props.history.push('/chat')报错:TypeError:Cannotreadproperty'push'ofundefined,不知道怎么办了,求解答
查看完整描述

2 回答

?
喵喔喔

TA贡献1735条经验 获得超5个赞

可以使用重定向过去
这个页面是路由初始入口,是不存在history方法的;具体的你可以打印this.props看一下
                            
查看完整回答
反对 回复 2019-05-22
  • 2 回答
  • 0 关注
  • 859 浏览
慕课专栏
更多

添加回答

举报

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