From c95e73d658521fc89e0d992072660e126c1ab3a2 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 24 七月 2024 11:37:31 +0800 Subject: [PATCH] 1 --- src/pages.json | 58 ++++++++++++++++++++++++---------------------------------- 1 files changed, 24 insertions(+), 34 deletions(-) diff --git a/src/pages.json b/src/pages.json index f919482..7cb424c 100644 --- a/src/pages.json +++ b/src/pages.json @@ -2,13 +2,11 @@ "pages": [{ "path": "pages/index/index", "style": { - // "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�", "navigationStyle": "custom" } }, { "path": "pages/Login/Login", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -17,7 +15,6 @@ { "path": "pages/character/index", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -25,31 +22,28 @@ { "path": "pages/character/detail", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, - { - "path": "pages/AcademicHistory/AcademicHistory", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { - "path": "pages/interchannel/interchannel", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + // 鍖诲娴佹淳 { "path": "pages/academicGenres/index", "style": { - "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "pages/academicGenres/detail", + "style": { + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "pages/academicGenres/chart", + "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -57,7 +51,6 @@ { "path": "pages/TcmSystem/TcmSystem", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -65,7 +58,6 @@ { "path": "pages/territory/territory", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -74,7 +66,6 @@ { "path": "pages/inherit/index", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -82,7 +73,6 @@ { "path": "pages/inherit/list", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -90,7 +80,6 @@ { "path": "pages/knowledgeBase/knowledgeBase", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -99,7 +88,6 @@ { "path": "pages/characterMap/characterMap", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -108,7 +96,6 @@ { "path": "pages/Register/Register", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -116,7 +103,6 @@ { "path": "pages/forgetPass/forgetPass", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -124,7 +110,6 @@ { "path": "pages/changePassword/changePassword", "style": { - "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } @@ -133,7 +118,6 @@ "path" : "pages/userAgreement/userAgreement", "style" : { - "navigationBarTitleText" : "", "enablePullDownRefresh" : false, "navigationStyle": "custom" } @@ -142,7 +126,6 @@ "path" : "pages/fileDetail/index", "style" : { - "navigationBarTitleText" : "", "enablePullDownRefresh" : false, "navigationStyle": "custom" } @@ -151,7 +134,14 @@ "path" : "pages/shiyiHome/shiyiHome", "style" : { - "navigationBarTitleText" : "", + "enablePullDownRefresh" : false, + "navigationStyle": "custom" + } + }, + { + "path" : "pages/academicSchools/index", + "style" : + { "enablePullDownRefresh" : false, "navigationStyle": "custom" } @@ -159,7 +149,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�", + "navigationBarTitleText": "涓浗鍘嗕唬鍖诲浜虹墿鐭ヨ瘑搴�", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } -- Gitblit v1.9.1