mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
style: 样式调整
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user