From c87b22b58c6b7464262f5bb95c7865aa26164299 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 1 Dec 2025 11:38:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(BD=E6=94=BF=E7=AD=96=E9=A1=B5):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Policy}/BDLeaderPolicy.png | Bin .../{BDPolicy => BDCenter/Policy}/BDPolicy.png | Bin src/views/BDCenter/policy.vue | 12 +++++++++--- 3 files changed, 9 insertions(+), 3 deletions(-) rename src/assets/images/{BDPolicy => BDCenter/Policy}/BDLeaderPolicy.png (100%) rename src/assets/images/{BDPolicy => BDCenter/Policy}/BDPolicy.png (100%) diff --git a/src/assets/images/BDPolicy/BDLeaderPolicy.png b/src/assets/images/BDCenter/Policy/BDLeaderPolicy.png similarity index 100% rename from src/assets/images/BDPolicy/BDLeaderPolicy.png rename to src/assets/images/BDCenter/Policy/BDLeaderPolicy.png diff --git a/src/assets/images/BDPolicy/BDPolicy.png b/src/assets/images/BDCenter/Policy/BDPolicy.png similarity index 100% rename from src/assets/images/BDPolicy/BDPolicy.png rename to src/assets/images/BDCenter/Policy/BDPolicy.png diff --git a/src/views/BDCenter/policy.vue b/src/views/BDCenter/policy.vue index 5687719..35f42e6 100644 --- a/src/views/BDCenter/policy.vue +++ b/src/views/BDCenter/policy.vue @@ -29,12 +29,18 @@ const updateImages = () => { if (from.value === 'BD') { title.value = 'BD Policy' - bdImgUrl.value = new URL('/src/assets/images/BDPolicy/BDPolicy.png', import.meta.url).href + bdImgUrl.value = new URL( + '/src/assets/images/BDCenter/Policy/BDPolicy.png', + import.meta.url + ).href } else if (from.value === 'BDLead') { title.value = 'BD Leader Policy' - bdImgUrl.value = new URL('/src/assets/images/BDPolicy/BDPolicy.png', import.meta.url).href + bdImgUrl.value = new URL( + '/src/assets/images/BDCenter/Policy/BDPolicy.png', + import.meta.url + ).href bdLeaderImgUrl.value = new URL( - '/src/assets/images/BDPolicy/BDLeaderPolicy.png', + '/src/assets/images/BDCenter/Policy/BDLeaderPolicy.png', import.meta.url ).href }