流路由器流星的历史

History with flow router meteor

使用 iron router 返回上一页就像 history.back() 如何使用流路由器实现同样的效果

根据 Flow 路由器文档:

Normally, all the route changes made via APIs like FlowRouter.go and FlowRouter.setParams() add a URL item to the browser history.

因此 history.back() 应该会按预期工作。

如果您使用FlowRouter.withReplaceState(fn)那么历史将不会被记录。 参见:https://github.com/kadirahq/flow-router#flowrouterwithreplacestatefn 更多详情

这不是默认的想法。