Skip to content

Home > react-nav-router > RouterOptions > history

RouterOptions.history property

是否使用浏览器历史记录(不支持 IE)

注意:全局 popstatehistory.state 是整页共享的,同一页面中 同时启用多个开启了 history 的 Router 会互相干扰。当前约定只允许 最外层 Router 启用 history,内部嵌套 Router 不应传入此配置。

Signature:

typescript
history?: 'hash';