angular6 当前页面跳转当前页面只是参数不一样 不刷新问题

angular6 当前页面跳转当前页面只是参数不一样 不刷新问题:

this.router.navigateByUrl('', {skipLocationChange: true}).then(() => {
    this.router.navigate([url + '/' + id, {tabIndex: 1}]);
});

你可能感兴趣的:(angular6 当前页面跳转当前页面只是参数不一样 不刷新问题)