this.props.history.push({pathname:‘/my/order/sureorder‘,state: {from: ‘single‘}});//跳转
this.props.history.replace({pathname:‘/my/order/sureorder‘,state: {from: ‘single‘}}); //跳转但不记录当前页面历史路径
标签:single 页面 跳转 ops post path reac from order
标签:single 页面 跳转 ops post path reac from order
原文地址:http://www.cnblogs.com/LLLLily/p/8031356.html