diff --git a/src/views/Components/Waterfall.vue b/src/views/Components/Waterfall.vue index 33b6d7e..c56f8f8 100644 --- a/src/views/Components/Waterfall.vue +++ b/src/views/Components/Waterfall.vue @@ -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://') }) ) }