diff --git a/pages.json b/pages.json index e6683319b046968e9d58181e24ff9136739b73a3..fe4be91f43089f03f0d0a31fd5a1bcfbe12820a2 100644 --- a/pages.json +++ b/pages.json @@ -1886,15 +1886,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",