chore(BD政策页): 更新图源

This commit is contained in:
hzj 2025-12-01 11:38:45 +08:00
parent 43295f8e5a
commit c87b22b58c
3 changed files with 9 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

View File

@ -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
}