wujingjing
2024-10-28 3631ece69a516efb9376b27203dea9870fcdf375
src/stores/chatRoom.ts
@@ -54,7 +54,7 @@
/** @description 当前聊天室 groupType */
export const activeGroupType = computed({
   get: () => {
      const result = getRoomConfig(activeRoomId.value, 'activeGroupType');
      const result = getRoomConfig(activeRoomId.value, 'activeGroupType') ??'业务场景';
      return result;
   },
   set: (value) => {