forked from github/dataease
style: 样式调整
This commit is contained in:
parent
6dc0ea250b
commit
b3f65f02b1
@ -46,7 +46,9 @@ const thumbnailUrl = computed(() => {
|
|||||||
if (
|
if (
|
||||||
props.template.thumbnail.indexOf('http') > -1 ||
|
props.template.thumbnail.indexOf('http') > -1 ||
|
||||||
props.template.thumbnail.indexOf('static-resource') > -1
|
props.template.thumbnail.indexOf('static-resource') > -1
|
||||||
) else {
|
) {
|
||||||
|
return props.template.thumbnail
|
||||||
|
} else {
|
||||||
return props.baseUrl + props.template.thumbnail
|
return props.baseUrl + props.template.thumbnail
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user