Merge pull request #6916 from dataease/pr@dev-v2@style_update

Pr@dev v2@style update
This commit is contained in:
王嘉豪 2023-11-29 13:35:17 +08:00 committed by GitHub
commit 272bb354de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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