import { Link } from ‘react-router-dom‘; 或者 import { Link } from ‘dva/router‘; <Link to={{pathname:‘/article‘,id:id}}>查看更多</Link>
接受参数:
{this.props.location.id}
ant desgin pro 跨页面传参
原文:https://www.cnblogs.com/irobotzz/p/12290332.html