this.router.events .filter(event => event instanceof NavigationEnd) .subscribe(e => { console.log('prev:', e.previousUrl); });
location.href
。