gpt4 book ai didi

reactjs - 获取 react-router v4 中 pathHistory 的当前索引

转载 作者:行者123 更新时间:2023-12-03 21:00:36 25 4
gpt4 key购买 nike

这是我的props.history.pathHistory好像:

enter image description here

假设用户玩 history.goBack()history.goForward()react-router里面有没有内置方法如果pathHistory 知道当前索引大批?
如果没有,请提供解决方案。

目标这里是为了防止用户使用 back 返回登录页面。

最佳答案

您可以访问 history.index所以你可以这样做:

history.index > 1 && <BackButton />
如果是 MemoryRouter, canGo实现:
history.canGo(-1) && <BackButton />
请注意,Typescript 不会识别其中任何一个。

关于reactjs - 获取 react-router v4 中 pathHistory 的当前索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58096333/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com