this.props.history.push({
          pathname: furl,
          search: 'ssr2'
        })

获取
const data = this.props.location.search  //地址栏截取
        console.log(data)
        const param = data.split('?')[1]
        console.log(param)

  

相关文章:

  • 2023-03-20
  • 2022-12-23
  • 2021-04-10
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-09-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案