首页 > 技术文章 > React页面隐藏#

ae6623 2018-02-26 17:53 原文

将 hashHistory 改为 browserHistory

路由用到的,可以在routes.jsx上把hashHistory 改成browserHistory

https://github.com/ReactTraining/react-router/blob/v3/docs/guides/Histories.md#hashhistory

推荐阅读