react-router go back a page how do you configure history?

前端 未结 21 1292
说谎
说谎 2020-11-30 18:30

Can anyone please tell me how I can go back to the previous page rather than a specific route?

When using this code:

var BackButton = React.createCla         


        
21条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-30 19:04

    This piece of code will do the trick for you.

    this.context.router.history.goBack()
    

提交回复
热议问题