ant desgin pro 跨页面传参

link方式

import { Link } from 'react-router-dom';
或者
import { Link } from 'dva/router';

<Link to={{pathname:'/article',id:id}}>查看更多</Link>

  

接受参数:

  {this.props.location.id}

posted on 2020-02-10 11:44  滚动的蛋  阅读(364)  评论(0编辑  收藏  举报

导航