如何在参数更改时禁用页面跳转到顶部$location



我想通过$location设置URL preview参数.搜索而不跳页

我试图从网址中删除锚点:

$locationProvider.html5Mode({
        enabled: true,
        requireBase: false
    });

我的网址看起来像http://local.website.com:9001/?preview=8d423aec

我相信

你可以在路由定义中使用reloadOnSearch=false。请查看以下链接了解更多详情。

https://docs.angularjs.org/api/ngRoute/provider/$routeProvider

最新更新