wujingjing
2024-08-19 f9b6f90bbe59bbef69a5749e274f799004c2ed8d
src/layout/component/sidebar/components/ChatRecord.vue
@@ -200,7 +200,7 @@
            isInitial: Number(item.chat_count) === 0,
         };
      });
   if (!chatRoomList.value || chatRoomList.value.length === 0 || !chatRoomList.value?.[0].isInitial) {
   if (!chatRoomList.value || chatRoomList.value.length === 0 ) {
      newChatRoomClick();
   } else {
      roomClick(chatRoomList.value[0]);