yangyin
2024-11-22 c10af99bb6639ec4b66c0e639361307917550d20
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) {