From a292b5e7e130b3ad260f3ea58c959a093de06daa Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期五, 25 十月 2024 09:25:48 +0800
Subject: [PATCH] 新增系统管理菜单

---
 src/components/chat/Chat.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue
index 486c9d1..0b727ce 100644
--- a/src/components/chat/Chat.vue
+++ b/src/components/chat/Chat.vue
@@ -119,7 +119,7 @@
 									</div>
 								</div>
 
-								<Loading v-if="isTalking && index === messageList.length - 1" class="w-fit my-auto" />
+								<Loading v-if="isTalking && index === computedMessageList.length - 1" class="w-fit my-auto" />
 							</div>
 						</div>
 					</div>

--
Gitblit v1.9.3