【增加】Image task 增加关联接口调用

This commit is contained in:
cherishsince
2024-05-27 17:14:03 +08:00
parent 9cad4d6054
commit 5353531e8b
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</div>
</div>
<div class="image-wrapper">
<img class="image" :src="imageDetail?.imageUrl" />
<img class="image" :src="imageDetail?.picUrl" />
</div>
</el-card>
</template>