mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-06 09:26:48 +08:00
feat: 更新网页标题
-将网页标题从"易商智汇"改为"恒安标准人寿
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user