From 3477173b7649eb43a1e64c91135b0e657a3c7888 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Sat, 4 Nov 2023 09:52:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=80=91=E5=B8=83?= =?UTF-8?q?=E6=B5=81=E7=A4=BA=E4=BE=8B=E5=9B=BE=E7=89=87=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Components/Waterfall.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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://') }) ) }