From 12bcc95aec1072fd55042931bf2e214f8104fc4d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 27 二月 2025 15:49:50 +0800 Subject: [PATCH] 用户停止操作 --- src/components/chat/smallChat/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/smallChat/index.vue b/src/components/chat/smallChat/index.vue index 7fa4638..d19dd9c 100644 --- a/src/components/chat/smallChat/index.vue +++ b/src/components/chat/smallChat/index.vue @@ -546,7 +546,7 @@ if (!last) return; last.content.isLoading = false; last.content.isError = true; - last.content.reason = '鐢ㄦ埛缁堟鐢熸垚'; + last.content.reason = '鐢ㄦ埛鍋滄鎿嶄綔'; }; //#endregion onMounted(() => {}); -- Gitblit v1.9.3