diff --git a/pages.json b/pages.json index af719252817ac695b3874eca284dbbebc224d525..4f77082012f38294cc90610e2d36ebcc0189aff8 100644 --- a/pages.json +++ b/pages.json @@ -2234,15 +2234,17 @@ // #endif ], "globalStyle": { + // #ifdef APP-ANDROID + "hideStatusBar": false, + "hideBottomNavigationIndicator": false, + // #endif "pageOrientation": "portrait", "navigationBarTitleText": "Hello uniapp x", "navigationBarTextStyle": "@navigationBarTextStyle", "navigationBarBackgroundColor": "@navigationBarBackgroundColor", "backgroundColorContent": "@backgroundColorContent", "backgroundColor": "@backgroundColor", - "backgroundTextStyle": "@backgroundTextStyle", - "hideStatusBar": false, - "hideBottomNavigationIndicator": false + "backgroundTextStyle": "@backgroundTextStyle" }, "tabBar": { "color": "@tabBarColor", @@ -3208,4 +3210,4 @@ ] } ] -} \ No newline at end of file +}