angular路由跳转navigate

一、不带参数javascript this.router.navigate(['/custom']); 二、带参数跳转java const params: any = this.validateForm.value; this.router.navigate(['/custom', params]); // custom模块接收参数 // 第一种方式 this.router.snapshot.pa
相关文章
相关标签/搜索