看了幾天ionic3 問題還挺多的,今天想把所有子頁面tabs 給去掉,整了半天,發現app.Module 是可以配置的 修改 IonicModule.forRoot(MyApp)
imports: [ BrowserModule, // IonicModule.forRoot(MyApp), HttpModule, IonicModule.forRoot(MyApp,{ tabsHideOnSubPages: 'true' , //隱藏全部子頁面tabs iconMode: 'ios', mode: 'ios', modalEnter: 'modal-slide-in', modalLeave: 'modal-slide-out', }), // SuperTabsModule.forRoot(), // IonicStorageModule.forRoot(),//就這里 ],