diff --git a/src/pages.json b/src/pages.json index 5ca9f8a9..bd277d37 100644 --- a/src/pages.json +++ b/src/pages.json @@ -261,6 +261,15 @@ "titleNView": false } } + }, + { + "path": "pages/charts/index", + "style": { + "navigationBarTitleText": "", + "app-plus": { + "titleNView": false + } + } } ], "tabBar": { diff --git a/src/pagesB.json b/src/pagesB.json index c578ab53..bba0f995 100644 --- a/src/pagesB.json +++ b/src/pagesB.json @@ -17,6 +17,15 @@ "titleNView": false } } - } + }, + { + "path": "pages/charts/index", + "style": { + "navigationBarTitleText": "", + "app-plus": { + "titleNView": false + } + } + }, ] } \ No newline at end of file