chore(图片背景组件): 注释无用代码

This commit is contained in:
hzj 2026-03-30 15:13:22 +08:00
parent d942af9b65
commit 3780016f12

View File

@ -99,12 +99,12 @@ const shouldShowImage = computed(() => {
}) })
// OSS // OSS
const isOSSImage = computed(() => { // const isOSSImage = computed(() => {
return ( // return (
props.imgUrl.startsWith('/oss/h5/Azizi/') || // props.imgUrl.startsWith('/oss/h5/Azizi/') ||
props.imgUrl.startsWith('https://tkm-likei.oss-ap-southeast-1.aliyuncs.com/h5/Azizi/') // props.imgUrl.startsWith('https://tkm-likei.oss-ap-southeast-1.aliyuncs.com/h5/Azizi/')
) // )
}) // })
// //
const createObserver = () => { const createObserver = () => {