chore(BD政策页): 更新图源
This commit is contained in:
parent
43295f8e5a
commit
c87b22b58c
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
@ -29,12 +29,18 @@ const updateImages = () => {
|
|||||||
|
|
||||||
if (from.value === 'BD') {
|
if (from.value === 'BD') {
|
||||||
title.value = 'BD Policy'
|
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') {
|
} else if (from.value === 'BDLead') {
|
||||||
title.value = 'BD Leader Policy'
|
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(
|
bdLeaderImgUrl.value = new URL(
|
||||||
'/src/assets/images/BDPolicy/BDLeaderPolicy.png',
|
'/src/assets/images/BDCenter/Policy/BDLeaderPolicy.png',
|
||||||
import.meta.url
|
import.meta.url
|
||||||
).href
|
).href
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user