diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue
index 9c1d4ea9..49d479a0 100644
--- a/front/src/views/home/components/searchResultList.vue
+++ b/front/src/views/home/components/searchResultList.vue
@@ -72,7 +72,8 @@
(item.type === '组件服务' &&
item.infoList &&
item.infoList.filter((val) => val.attrType == '图层缩略图')[0]) ||
- item.infoList.filter((val) => val.attrType == '组件图片')[0]
+ item.infoList.filter((val) => val.attrType == '组件图片')[0] ||
+ item.infoList.filter((val) => val.attrType == '算法效果图片')[0]
"
>