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" } }, {