From e42eb1d9fd0e47e704f2539935c7554e87030a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Mon, 11 Aug 2025 16:50:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(AI):=E4=BF=AE=E5=A4=8D=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E9=80=BB=E8=BE=91=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97-=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BA=86=20messageInfo=20=E5=AF=B9=E8=B1=A1=E4=B8=AD=20informa?= =?UTF-8?q?tion=20=E5=B1=9E=E6=80=A7=E7=9A=84=E8=B5=8B=E5=80=BC=E9=80=BB?= =?UTF-8?q?=E8=BE=91-=20=E6=B7=BB=E5=8A=A0=E4=BA=86=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=97=A5=E5=BF=97=EF=BC=8C=E6=89=93=E5=8D=B0=20text=20?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=92=8C=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E7=AC=A6123-=E4=BC=98=E5=8C=96=E4=BA=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=BB=93=E6=9E=84=EF=BC=8C=E6=8F=90=E9=AB=98=E4=BA=86?= =?UTF-8?q?=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AI-new/components/chat-new.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AI-new/components/chat-new.vue b/src/views/AI-new/components/chat-new.vue index 7908cc7..8b8991e 100644 --- a/src/views/AI-new/components/chat-new.vue +++ b/src/views/AI-new/components/chat-new.vue @@ -342,7 +342,7 @@ export default { const information = /([^<]*)(?:<\/information>)?/.exec(this.answerMap) const text = /([^<]*)(?:<\/text>)?/.exec(this.answerMap) // console.log(this.answerMap); - + console.log(text, 123) this.messageInfo.information = information ? information[1].trim() : this.newMessage this.messageInfo.is_complete = is_complete ? is_complete[1].trim() : 'false' if (is_complete && is_complete[1] === 'true' && text && text[1].trim() === '') {