gpt4 book ai didi

reactjs - 清理本地存储后如何进行重定向?

转载 作者:行者123 更新时间:2023-12-05 07:12:17 27 4
gpt4 key购买 nike

如何在清理本地存储后重定向到所需页面?现在出现问题,用户按下按钮 - 退出,localalstorage 被清除,但是没有发生重定向。

const onHandleSignOut = () => {
localStorage.removeItem('session');
return <Redirect to="/auth" />
}

<li className="header__mainmenu-item" onClick={() => onHandleSignOut()}>
<FaSignOutAlt />
</li>

最佳答案

this.props.history.push("/auth");

希望对你有所帮助...

关于reactjs - 清理本地存储后如何进行重定向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60465145/

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