yangyin
2024-11-20 bc751a2672c7c16b441b83b56e1a0b24703c3c0e
src/stores/chatRoom.ts
@@ -121,6 +121,9 @@
      .then((res) => {
         let [sectionList, selectSample, userTemplateList] = res;
         sceneGroupList.value = sectionList?.groups ?? [];
         console.log('🚀 ~ sectionList:', sectionList);
         console.log('🚀 ~ selectSample:', selectSample);
         console.log('🚀 ~ userTemplateList:', userTemplateList);
         getSelectListSample(selectSample, userTemplateList);
      })
      .catch((err) => {});