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

master
kailong321200875 2 years ago
parent bd82108581
commit 3477173b76

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

Loading…
Cancel
Save