From 4f21c80fe12140f9e9e3272617ad37a3bb7f007b Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 26 七月 2024 11:53:28 +0800
Subject: [PATCH] 1

---
 src/pages.json |   84 +++++++++++++++++++++++------------------
 1 files changed, 47 insertions(+), 37 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 2da3bbf..7cb424c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -2,37 +2,48 @@
 	"pages": [{
 			"path": "pages/index/index",
 			"style": {
-				// "navigationBarTitleText": "uni-app",
 				"navigationStyle": "custom"
 			}
 		}, {
 			"path": "pages/Login/Login",
 			"style": {
-				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},
+		// 浜虹墿鏁版嵁搴�
+		{
+			"path": "pages/character/index",
+			"style": {
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path": "pages/AcademicHistory/AcademicHistory",
+			"path": "pages/character/detail",
 			"style": {
-				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},
+		// 鍖诲娴佹淳
+		{
+			"path": "pages/academicGenres/index",
+			"style": {
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path": "pages/interchannel/interchannel",
+			"path": "pages/academicGenres/detail",
 			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path": "pages/dataDisplay/dataDisplay",
+			"path": "pages/academicGenres/chart",
 			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
@@ -40,7 +51,6 @@
 		{
 			"path": "pages/TcmSystem/TcmSystem",
 			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
@@ -48,23 +58,21 @@
 		{
 			"path": "pages/territory/territory",
 			"style": {
-				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},
+		
+		{
+			"path": "pages/inherit/index",
+			"style": {
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path": "pages/repository/repository",
+			"path": "pages/inherit/list",
 			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false,
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/zhongyi/zhongyi",
-			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
@@ -72,23 +80,14 @@
 		{
 			"path": "pages/knowledgeBase/knowledgeBase",
 			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
 		},
-		{
-			"path": "pages/characterRelation/characterRelation",
-			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false,
-				"navigationStyle": "custom"
-			}
-		},
+		
 		{
 			"path": "pages/characterMap/characterMap",
 			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
@@ -97,7 +96,6 @@
 		{
 			"path": "pages/Register/Register",
 			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
@@ -105,7 +103,6 @@
 		{
 			"path": "pages/forgetPass/forgetPass",
 			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
@@ -113,7 +110,6 @@
 		{
 			"path": "pages/changePassword/changePassword",
 			"style": {
-				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
@@ -122,16 +118,30 @@
 			"path" : "pages/userAgreement/userAgreement",
 			"style" : 
 			{
-				"navigationBarTitleText" : "",
 				"enablePullDownRefresh" : false,
 				"navigationStyle": "custom"
 			}
 		},
 		{
-			"path" : "pages/RDF/RDF",
+			"path" : "pages/fileDetail/index",
 			"style" : 
 			{
-				"navigationBarTitleText" : "",
+				"enablePullDownRefresh" : false,
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/shiyiHome/shiyiHome",
+			"style" : 
+			{
+				"enablePullDownRefresh" : false,
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/academicSchools/index",
+			"style" : 
+			{
 				"enablePullDownRefresh" : false,
 				"navigationStyle": "custom"
 			}
@@ -139,7 +149,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
+		"navigationBarTitleText": "涓浗鍘嗕唬鍖诲浜虹墿鐭ヨ瘑搴�",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	}

--
Gitblit v1.9.1