Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从路由器获取上一个 URL(在重定向到登录页面之前) 路由器可以给我上一个 URL 吗?
我发现一些关于这个主题的旧帖子与新的稳定路由器 3.0.0 无关。
在 Angular 2 最新文档中。他们仍然使用它来导航:
constructor(private _router: Router, private _location: Location) {} this._location.back();
你有没有尝试过?