From f6bd2ba3ad99feb9de46f5adbac8a2d535b8c077 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Wed, 10 Aug 2022 10:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/capacitySquare/components/algorithm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue index 0bc63925..c83f48e8 100644 --- a/front/src/views/capacitySquare/components/algorithm.vue +++ b/front/src/views/capacitySquare/components/algorithm.vue @@ -64,7 +64,7 @@ } }) } else { - url.value = '@/assets/capacitySquare/algorithm-photo2.jpg' + url.value = '@/assets/capacitySquare/algorithm-photo.jpg' } return url.value }