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