From ccb19f88b2583c7dadb18b6b2e9571ec120c6c61 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 24 四月 2024 22:34:38 +0800
Subject: [PATCH] 1

---
 src/pages.json |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index b113c29..7df4635 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -2,11 +2,28 @@
 	"pages": [{
 			"path": "pages/index/index",
 			"style": {
-				// "navigationBarTitleText": "uni-app",
+				// "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�",
 				"navigationStyle": "custom"
 			}
 		}, {
 			"path": "pages/Login/Login",
+			"style": {
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},
+		// 浜虹墿鏁版嵁搴�
+		{
+			"path": "pages/character/index",
+			"style": {
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path": "pages/character/detail",
 			"style": {
 				"navigationBarTitleText": "",
 				"enablePullDownRefresh": false,
@@ -53,14 +70,7 @@
 				"navigationStyle": "custom"
 			}
 		},
-		{
-			"path": "pages/repository/repository",
-			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false,
-				"navigationStyle": "custom"
-			}
-		},
+		
 		{
 			"path": "pages/inherit/index",
 			"style": {
@@ -85,14 +95,7 @@
 				"navigationStyle": "custom"
 			}
 		},
-		{
-			"path": "pages/characterRelation/characterRelation",
-			"style": {
-				"navigationBarTitleText": "",
-				"enablePullDownRefresh": false,
-				"navigationStyle": "custom"
-			}
-		},
+		
 		{
 			"path": "pages/characterMap/characterMap",
 			"style": {
@@ -165,7 +168,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
+		"navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	}

--
Gitblit v1.9.1