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