From c007150566688c9cda80c7aecd784c9300dfab36 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期三, 20 十一月 2024 14:26:30 +0800 Subject: [PATCH] 提交代码 --- src/stores/chatRoom.ts | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/stores/chatRoom.ts b/src/stores/chatRoom.ts index 91edf3c..fb0fd98 100644 --- a/src/stores/chatRoom.ts +++ b/src/stores/chatRoom.ts @@ -121,9 +121,6 @@ .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