From bc751a2672c7c16b441b83b56e1a0b24703c3c0e Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 20 十一月 2024 14:07:38 +0800 Subject: [PATCH] 提交注释 --- src/stores/chatRoom.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/stores/chatRoom.ts b/src/stores/chatRoom.ts index fb0fd98..91edf3c 100644 --- a/src/stores/chatRoom.ts +++ b/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) => {}); -- Gitblit v1.9.3