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": {