在子路由跳转函数内:constructor(private rout: Router,private actRoute:ActivatedRoute) { } showChild(type) { // type是当前子路由的跳转path this.rout.navigate([type],{relativeTo:this.actRoute}) } 或者你可以看我写的示例:https://github.com/lijiadasha...
其实文档里有