摘要: .js路由跳转: 1.被Route包裹的组件,直接this.props.history.push("/xx"); 在构造函数中 constructor(props) { super(props); } 其他需要跳转的地方this.props.history.push("/xx"); construc 阅读全文
posted @ 2018-08-20 10:09 申小贺 阅读(431) 评论(0) 推荐(0) 编辑