From d120d106da021616e12a423db71a1dbed2bd0591 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 9 Dec 2025 18:23:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=EF=BC=8C=E9=A6=96=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E6=88=91=EF=BC=8C=E4=B8=8A=E6=96=B9=E7=A9=BA=E7=99=BD=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/pages.json b/src/pages.json index d5b7cc5..db2c98e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -14,7 +14,8 @@ { "path": "pages/login", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { @@ -38,13 +39,15 @@ { "path": "pages/health/homepage/index", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { "path": "pages/health/index", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, { @@ -56,7 +59,8 @@ { "path": "pages/mine", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "navigationStyle": "custom" } }, {