fix: 修复瀑布流示例图片无法展示

This commit is contained in:
kailong321200875 2023-11-04 09:52:00 +08:00
parent bd82108581
commit 3477173b76
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ const getList = () => {
width,
height,
id: toAnyString(),
image_uri: Mock.Random.image(`${width}x${height}`)
// httphttps
image_uri: Mock.Random.image(`${width}x${height}`).replace('http://', 'https://')
})
)
}