From bdf96bb74b1daf77a6203f8fbefe97f962836154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Mon, 11 Aug 2025 13:34:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9B=E9=97=AE=E7=AD=94=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/components/answer.vue | 184 +++++++++++++++++++------- src/pages/index/dialog.vue | 7 +- 2 files changed, 143 insertions(+), 48 deletions(-) diff --git a/src/pages/index/components/answer.vue b/src/pages/index/components/answer.vue index a38e0b96..38811e0b 100644 --- a/src/pages/index/components/answer.vue +++ b/src/pages/index/components/answer.vue @@ -1,13 +1,35 @@ \ No newline at end of file diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index 11d12b23..5d8789eb 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -10,7 +10,7 @@ AI问答 - + @@ -177,6 +177,11 @@ const answerIsOver = ref(true) const talkingList = ref([]) + + const createNewDialog = () => { + common.redirectTo(`/pages/index/dialog`) + // talkingList.value = [] + } const showModelComfirm = ref(false) const reconcatNum = ref(1) const initsocketTask = () => {