From 7a36fab884bfd85c6ec65ae1a06b219c407de16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Wed, 20 Aug 2025 09:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pages.json=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=80=83=E8=AF=95=E6=8E=92=E8=A1=8C=E6=A6=9C=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 18 +++++++++--------- src/pagesA.json | 9 +++++++++ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/pages.json b/src/pages.json index 9c98f24b..5ca9f8a9 100644 --- a/src/pages.json +++ b/src/pages.json @@ -145,15 +145,6 @@ } } }, - { - "path": "pages/charts/index", - "style": { - "navigationBarTitleText": "", - "app-plus": { - "titleNView": false - } - } - }, { "path": "pages/favorites/index", "style": { @@ -244,6 +235,15 @@ } } }, + { + "path": "pages/examRanking/index", + "style": { + "navigationBarTitleText": "考试排行榜页", + "app-plus": { + "titleNView": false + } + } + }, { "path": "pages/course/index", "style": { diff --git a/src/pagesA.json b/src/pagesA.json index c51e8aeb..3b7ce420 100644 --- a/src/pagesA.json +++ b/src/pagesA.json @@ -171,5 +171,14 @@ } } }, + { + "path": "pages/examRanking/index", + "style": { + "navigationBarTitleText": "考试排行榜页", + "app-plus": { + "titleNView": false + } + } + } ] } \ No newline at end of file