在IE9中使用angularjs重定向页面时出现问题

时间:2018-11-16 15:04:05

标签: javascript angularjs internet-explorer

我有以下脚本重定向到我想要的页面

    $location.$$urlUpdatedByLocation = true;
    $location.$$absUrl = location.origin+location.pathname+"busqTerceros.html"; 

在文件busqTerceros.html中,我具有以下内容:

   <meta http-equiv="refresh" content="0; url=/cones/#!/search" />

此搜索是从AngularJS api路由器完成的。 从我在论坛上阅读的内容中得知,IE在使用#时会丢失路由!

有人知道为什么IE这样吗?怎么解决?

这适用于Google chrome,Firefox,但不适用于IE,屏幕上生成的错误如下: Error

0 个答案:

没有答案