From 45102fe8b21ffb0fed106b883f85eca9064a8e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=A1=E5=AE=85=E7=94=B7=28YznCMS=E5=AE=98=E6=96=B9=29?= <530765310@qq.com> Date: Sun, 26 Jan 2025 10:27:45 +0800 Subject: [PATCH] Update index.vue --- src/views/Home/Contacts/components/ContactList/Side/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Home/Contacts/components/ContactList/Side/index.vue b/src/views/Home/Contacts/components/ContactList/Side/index.vue index 3a4a684d..508beb96 100644 --- a/src/views/Home/Contacts/components/ContactList/Side/index.vue +++ b/src/views/Home/Contacts/components/ContactList/Side/index.vue @@ -11,7 +11,7 @@ const contactStore = useContactStore() const globalStore = useGlobalStore() const active = ref('1') -const onFrozen = ref(true) +const onFrozen = ref(false) const onNodeClick = (item: RequestFriendItem | ContactItemType) => { globalStore.currentSelectedContact = item