📅  最后修改于: 2022-03-11 14:48:15.752000             🧑  作者: Mango
openCategory(id: any, rev: any) {
this.router.navigateByUrl('/', { skipLocationChange: true })
.then(() => this.router.navigate(['/category/' + id + '/' + rev]));
}