Anuglar2使用window.location.href从一个localhost路由到另一个localhost

时间:2017-10-18 12:08:07

标签: javascript angular angular2-routing

我有两个角度应用程序,我在不同的本地主机上运行。我使用 - >从一个localhost1导航到另一个localhost1 localhost2。

window.location.href="another localhost"

问题在于我使用了位置哈希策略,因此我的应用导航到组件,然后返回到localhost2的主页。如果我删除{useHash: true},则路由按预期工作。

我该怎么做才能避免这种情况。我必须在localhost2中使用{useHash: true}。我应该在window.location.href f之前使用某些东西吗?

0 个答案:

没有答案