From c185741aaa4aec2a602fe528adc4dfbf0fc383d7 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 27 May 2024 09:01:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9B=BE=E7=89=87=E6=9F=A5=E9=87=8D?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/aside/Aside.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/aside/Aside.vue b/src/views/home/aside/Aside.vue index bb401b3..f147537 100644 --- a/src/views/home/aside/Aside.vue +++ b/src/views/home/aside/Aside.vue @@ -293,11 +293,11 @@ function updateComponent(key, e) { const index = item.thumburl.lastIndexOf('/') + 1; // 获取最后一个 '/' 的位置并加1 const result = item.thumburl.substring(index); if(tempobj.izupload==result){ - tempobj.izupload=item.pictureid - + tempobj.izupload=item.id } }) } + configStore.setAsideValue(tempobj) } -- 2.39.3