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 变量,我已经设置了 $routeParams 的值,但这在导航栏中没有改变。
有人可以帮助我吗?
我不知道执行此操作的纯角度方式,但Angular UI Router允许您将 url 分配给状态,并且当您在状态之间转换时,它将重写 URL 而无需重新加载页面。