From 804c4f9cc3265a66ce93b4027793d6911760e2da Mon Sep 17 00:00:00 2001 From: yixiudong <827231259@qq.com> Date: Wed, 20 Aug 2025 11:01:24 +0800 Subject: [PATCH] =?UTF-8?q?pageB=E5=A2=9E=E5=8A=A0=E6=88=91=E7=9A=84?= =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 9 +++++++++ src/pagesB.json | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) 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