問題

下方tabs 沒有隱藏!!!
處理方法
// app.module.ts
imports: [
BrowserModule,
IonicModule.forRoot(MyApp,{
+ tabsHideOnSubPages: true,
}),
],