this.navCtrl.getViews().forEach(element => {
if(element.name == 'JiecheHomePage'){
this.navCtrl.popTo(element);
}
});

相关文章:

  • 2021-08-17
  • 2022-12-23
  • 2022-02-01
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-09
  • 2022-02-19
  • 2021-10-13
  • 2020-06-08
相关资源
相似解决方案