export class TabsPage {@ViewChild('myTabs') tabRef: Tabs; ionViewDidEnter() { this.tabRef.select(2); } }
参考地址:https://ionicframework.com/docs/api/components/tabs/Tabs/