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) {