@@ -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://')
})
)
}