forked from github/dataease
Merge pull request #6916 from dataease/pr@dev-v2@style_update
Pr@dev v2@style update
This commit is contained in:
commit
272bb354de
@ -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
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user