fix: 修复瀑布流示例图片无法展示
This commit is contained in:
parent
bd82108581
commit
3477173b76
|
@ -19,7 +19,8 @@ const getList = () => {
|
|||
width,
|
||||
height,
|
||||
id: toAnyString(),
|
||||
image_uri: Mock.Random.image(`${width}x${height}`)
|
||||
// http更换为https
|
||||
image_uri: Mock.Random.image(`${width}x${height}`).replace('http://', 'https://')
|
||||
})
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue