From 3780016f120b5a2b33248430fa32946d80d31b6a Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 30 Mar 2026 15:13:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=9B=BE=E7=89=87=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E7=BB=84=E4=BB=B6):=20=E6=B3=A8=E9=87=8A=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/itemCenter.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/itemCenter.vue b/src/components/itemCenter.vue index 20df4a5..2d6b2af 100644 --- a/src/components/itemCenter.vue +++ b/src/components/itemCenter.vue @@ -99,12 +99,12 @@ const shouldShowImage = computed(() => { }) // 判断是否为OSS图片 -const isOSSImage = computed(() => { - return ( - props.imgUrl.startsWith('/oss/h5/Azizi/') || - props.imgUrl.startsWith('https://tkm-likei.oss-ap-southeast-1.aliyuncs.com/h5/Azizi/') - ) -}) +// const isOSSImage = computed(() => { +// return ( +// props.imgUrl.startsWith('/oss/h5/Azizi/') || +// props.imgUrl.startsWith('https://tkm-likei.oss-ap-southeast-1.aliyuncs.com/h5/Azizi/') +// ) +// }) // 创建交叉观察器 const createObserver = () => {