From 58a0257c30dd7f452469f51e0f8446b4aefadaaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=95=E9=98=B3=E5=BE=AE=E7=AC=911?= <12457268+sunset-smile-1@user.noreply.gitee.com> Date: Thu, 26 Dec 2024 19:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=AE=A1=E7=90=86=E5=B0=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/photos/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/photos/index.vue b/src/views/photos/index.vue index 0fe4d90..3bcb476 100644 --- a/src/views/photos/index.vue +++ b/src/views/photos/index.vue @@ -330,7 +330,7 @@ const jpgFormatter = (row: any) => { } newPath = newPath.includes('http://8.138.171.103/')||newPath.includes('http://guojunjie.oss-cn-hangzhou.aliyuncs.com/') ? newPath : encodeURI(viteUrl + newPath) - console.log(newPath); + // console.log(newPath); return `${newPath}`; }