src/stores/chatRoom.ts
@@ -49,6 +49,8 @@ export const activeChatRoom = computed(() => chatRoomList.value?.find((item) => item.id === activeRoomId.value)); export const activeSampleId = ref(null); export const activeSectionAId = ref(null); export const topGroupId = ref(null); export const activeLLMId = ref(null); /** @description 当前聊天室 groupType */ @@ -87,7 +89,7 @@ */ export const getAllData = async () => { getSceneGroupList(); }; //#endregion