标签: angular navigation reload
this.router.navigate(['somePath']);
basicUrl/somePath
ngOnInit() { this.location.replaceState('/'); }
替换浏览器网址。但我不喜欢这个解决方案。