From c144c39d9f3f86e1b52ae4247f8322f6396a4320 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 11 三月 2025 13:39:25 +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