Commit a9771672 authored by 王玉鑫's avatar 王玉鑫

feat: 错误图片展示修改

parent d705e210
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<template #placeholder> <template #placeholder>
<img class="h-full w-full" :src="currentdefault" /> <img class="h-full w-full" :src="currentdefault" />
</template> </template>
<template #error><img class="h-full w-full" src="@/assets/images/default-pic.png" /></template> <template #error><img class="h-full w-full" :src="currentdefault" /></template>
</ElImage> </ElImage>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment