style: 样式调整

This commit is contained in:
wangjiahao 2023-11-29 13:25:15 +08:00
parent 6dc0ea250b
commit b3f65f02b1

View File

@ -46,7 +46,9 @@ const thumbnailUrl = computed(() => {
if (
props.template.thumbnail.indexOf('http') > -1 ||
props.template.thumbnail.indexOf('static-resource') > -1
) else {
) {
return props.template.thumbnail
} else {
return props.baseUrl + props.template.thumbnail
}
})