Chrome和IE之间的NavigationStart event.url不同

时间:2018-09-28 08:26:01

标签: angular apache angular-ui-router

我不知道为什么event.url在chrome和IE上有所不同。请注意,服务器具有“ myServer / product / myProduct”的反向代理。

以下是代码示例:

 if ((<NavigationStart>event).url === "/") {
      //Do an action
 }

我的问题是此网址在chrome和IE上不同。在chrome上,URL为“ /”,但在IE上,URL为“ / product / myProduct” 有人知道原因吗?

0 个答案:

没有答案