From 550db926f5a50b411c25c8d1c6902fdb92aeda90 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 22 Dec 2025 18:59:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E7=89=87=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E7=BB=84=E4=BB=B6):=20=E6=96=B0=E5=A2=9E=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E4=B8=BAoss=E5=9B=BE=E7=89=87=E7=9A=84=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/itemCenter.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/itemCenter.vue b/src/components/itemCenter.vue index ac79158..b8b3956 100644 --- a/src/components/itemCenter.vue +++ b/src/components/itemCenter.vue @@ -82,7 +82,10 @@ const shouldShowImage = computed(() => { // 判断是否为OSS图片 const isOSSImage = computed(() => { - return props.imgUrl.startsWith('https://tkm-likei.oss-ap-southeast-1.aliyuncs.com/h5') + return ( + props.imgUrl.startsWith('/oss/h5/') || + props.imgUrl.startsWith('https://tkm-likei.oss-ap-southeast-1.aliyuncs.com/h5') + ) }) // 创建交叉观察器