From cbe8b835d12a433e50696f1ec67a013085171099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Thu, 31 Jul 2025 09:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E7=94=9F=E6=88=90=E5=B9=B6?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BA=86pages.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/src/pages.json b/src/pages.json index 67fe91ce..eec33217 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,14 +1,14 @@ { "pages": [ - { - "path": "pages/intelligentAnswering/index", - "style": { - "navigationBarTitleText": "智能问答", - "app-plus": { - "titleNView": false - } - } - }, + { + "path": "pages/index/dialog", + "style": { + "navigationBarTitleText": "AI问答", + "app-plus": { + "titleNView": false + } + } + }, { "path": "pages/index/index", "style": { @@ -152,15 +152,6 @@ "titleNView": false } } - }, - { - "path": "pages/index/dialog", - "style": { - "navigationBarTitleText": "AI问答", - "app-plus": { - "titleNView": false - } - } } ], "tabBar": {