From d27fbd63d7840787d7f3ca5333b6e24dc3a860d4 Mon Sep 17 00:00:00 2001
From: mh-two-thousand-and-two <17391232786@163.com>
Date: 星期五, 29 三月 2024 18:43:30 +0800
Subject: [PATCH] 第二次提交

---
 pages.json |   48 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 47 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index 34fe10f..176830b 100644
--- a/pages.json
+++ b/pages.json
@@ -1,5 +1,14 @@
 {
-	"pages": [ {
+	"pages": [ 
+		{
+			"path" : "pages/Login/Login",
+			"style" : 
+			{
+				"navigationBarTitleText" : "",
+				"enablePullDownRefresh" : false,
+				"navigationStyle": "custom"
+			}
+		},{
 		"path": "pages/index/index",
 		"style": {
 			// "navigationBarTitleText": "uni-app",
@@ -76,6 +85,43 @@
 			"enablePullDownRefresh" : false,
 			"navigationStyle": "custom"
 		}
+	},
+	{
+		"path" : "pages/characterRelation/characterRelation",
+		"style" : 
+		{
+			"navigationBarTitleText" : "",
+			"enablePullDownRefresh" : false,
+			"navigationStyle": "custom"
+		}
+	},
+	{
+		"path" : "pages/characterMap/characterMap",
+		"style" : 
+		{
+			"navigationBarTitleText" : "",
+			"enablePullDownRefresh" : false,
+			"navigationStyle": "custom"
+		}
+	},
+	
+	{
+		"path" : "pages/Register/Register",
+		"style" : 
+		{
+			"navigationBarTitleText" : "",
+			"enablePullDownRefresh" : false,
+			"navigationStyle": "custom"
+		}
+	},
+	{
+		"path" : "pages/forgetPass/forgetPass",
+		"style" : 
+		{
+			"navigationBarTitleText" : "",
+			"enablePullDownRefresh" : false,
+			"navigationStyle": "custom"
+		}
 	}],
 	"globalStyle": {
 		"navigationStyle": "custom"

--
Gitblit v1.9.1