From c7db1cfa5af761e98e944ca4805d8137aab85f68 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Thu, 24 Oct 2024 16:22:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pages.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index af719252..4f770820 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 +} -- GitLab