2019年7月10日

摘要: 1.使用query传递 this.props.history.push({ pathname : '/access_control/role/roleEdit',query:{ aa: 'aa'} }) 获取参数: this.props.location.query.aa 2.使用state传递 t 阅读全文

posted @ 2019-07-10 15:36 勤勤恳恳大猿人 阅读(2631) 评论(0) 推荐(0)