From d5ef0fe419c0b3a83c3c73a63fb54353572a8103 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 01 四月 2025 17:48:37 +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 ace98a4..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