yangyin
2024-11-21 9437495693aec7003b90a7b0213c835233fbcb1e
src/views/project/ch/home/component/waterRight/bottom.vue
@@ -97,7 +97,6 @@
};
const getMainSectionList = async () => {
   let result = [];
   console.log('🚀 ~ 开始构建场景列表:', sceneGroupList.value);
   await sceneGroupList.value.forEach((sectionItem, index) => {
      sectionItem.Icon = getIconByIndex(index);
      if (activeGroupType.value == sectionItem.group_type) {