From ebd71b3015286957108485121ef57085fa0e00b5 Mon Sep 17 00:00:00 2001
From: a0049873 <79py69t9wb@privaterelay.appleid.com>
Date: Mon, 28 Nov 2022 17:24:44 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E7=9B=AE=E6=B7=BB=E5=8A=A0=E7=AE=97?=
=?UTF-8?q?=E6=B3=95=E6=95=88=E6=9E=9C=E5=9B=BE=E7=89=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/home/components/searchResultList.vue | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
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]
"
>