diff --git a/web/src/views/mobile/ChatList.vue b/web/src/views/mobile/ChatList.vue index 940db699..ac187116 100644 --- a/web/src/views/mobile/ChatList.vue +++ b/web/src/views/mobile/ChatList.vue @@ -182,7 +182,9 @@ const onLoad = () => { error.value = true showFailToast("加载会话列表失败") }) - }).catch(() => {}) + }).catch(() => { + finished.value = true + }) }; const search = () => {