From 12bee09773264d5b50796021fe61c07d11bb068c Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Wed, 10 Aug 2022 10:32:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B9=BF=E5=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../capacitySquare/components/algorithm.vue | 71 +++++++++++-------- .../views/capacitySquare/components/layer.vue | 70 ++++++++++-------- 2 files changed, 81 insertions(+), 60 deletions(-) diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue index 77ffb53f..0bc63925 100644 --- a/front/src/views/capacitySquare/components/algorithm.vue +++ b/front/src/views/capacitySquare/components/algorithm.vue @@ -28,7 +28,7 @@ diff --git a/front/src/views/capacitySquare/components/layer.vue b/front/src/views/capacitySquare/components/layer.vue index 72feebc6..17c2d629 100644 --- a/front/src/views/capacitySquare/components/layer.vue +++ b/front/src/views/capacitySquare/components/layer.vue @@ -28,8 +28,9 @@ 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 2/2] =?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 }