问题

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