摘要: 页面跳转传值:value router.push({ pathname: '/list', state: value }); list页面取值: const { location: { state } } = this.props; 阅读全文
posted @ 2021-07-21 11:46 94cool 阅读(77) 评论(0) 推荐(0)