有没有办法改变指定路由器出口显示的url,例如:
http://.../me/(我:个人)
到
http://.../我/个人
但功能保持不变?
this.router.navigate([{ outlets: { outletname: ['path'] } }], { skipLocationChange: true, } )