From a9d82ee818e96249634927847060177aa7dafe6a Mon Sep 17 00:00:00 2001
From: yuanhao <yuanhao_2024>
Date: 星期三, 04 六月 2025 10:14:38 +0800
Subject: [PATCH] fix: 根据后端修改验证

---
 pages.json |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pages.json b/pages.json
index c8e519c..dc7acc2 100644
--- a/pages.json
+++ b/pages.json
@@ -4,6 +4,17 @@
 	},
 	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
 		{
+			"path" : "pages/aiQuestions/aiQuestions",
+			"style" : 
+			{
+				"navigationBarTitleText" : "",
+				"app-plus": {
+					"titleNView": false
+				},
+				"navigationStyle": "custom"
+			}
+		},
+		{
 			"path": "pages/index/index",
 			"style": {
 				"navigationBarTitleText": "",
@@ -37,17 +48,6 @@
 			"path": "pages/search-list/knowlage-details/knowlage-details",
 			"style": {
 				"navigationBarTitleText": "鐭ヨ瘑妫�绱�"
-			}
-		},
-		{
-			"path" : "pages/aiQuestions/aiQuestions",
-			"style" : 
-			{
-				"navigationBarTitleText" : "",
-				"app-plus": {
-					"titleNView": false
-				},
-				"navigationStyle": "custom"
 			}
 		}
 	],

--
Gitblit v1.9.1