最佳答案
this.router.navigate(["heroes"], {some-data: "othrData"})
因为some-data不是一个有效参数。我该怎么做呢?我不想用queryParams发送参数。