From 03b469840bd207d57bb4e5616775220c86868f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Thu, 5 Jun 2025 18:13:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=BD=91=E9=A1=B5?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -将网页标题从"易商智汇"改为"恒安标准人寿 --- src/views/AI/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/AI/index.vue b/src/views/AI/index.vue index b59936b..120381e 100644 --- a/src/views/AI/index.vue +++ b/src/views/AI/index.vue @@ -250,6 +250,9 @@ export default { if (!this.currentMessage || !answer) return; const mode = this.isThink ? 'think' : 'text'; + + this.currentMessage[mode] += answer + return // 清除之前的动画任务 if (this.timer) { cancelAnimationFrame(this.timer);