📅  最后修改于: 2022-03-11 14:59:21.139000             🧑  作者: Mango
代码示例1
redirectTo(uri:string){
this.router.navigateByUrl('/', {skipLocationChange: true}).then(()=>
this.router.navigate([uri]));
}