看了几天ionic3 问题还挺多的,今天想把所有子页面tabs 给去掉,整了半天,发现app.Module 是可以配置的 修改 IonicModule.forRoot(MyApp)
imports: [BrowserModule,// IonicModule.forRoot(MyApp),HttpModule,IonicModule.forRoot(MyApp,{tabsHideOnSubPages: 'true' , //隐藏全部子页面tabsiconMode: 'ios',mode: 'ios',modalEnter: 'modal-slide-in',modalLeave: 'modal-slide-out',}),// SuperTabsModule.forRoot(),// IonicStorageModule.forRoot(),//就这里],