src/stores/chatRoom.ts
@@ -70,6 +70,8 @@ */ export const sectionAList = ref([]); export const isShowLogin = ref(false); export const isLoginStatus = ref(false); //#region ====================== 全局使用数据 ====================== // group 列表 export const sceneGroupList = ref([]);