Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-03-02 11:29:10 +08:00
5 changed files with 16 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ const props = defineProps<{
<!-- <div>{{ props.data.id }}</div> -->
<div class="item">
<!-- {{ props.data.url }} -->
<img :src="props.data?.url" />
<img v-if="props.data?.url" :src="props.data?.url" />
<div class="mask"></div>
</div>
</div>