图片路径问题

This commit is contained in:
daihh
2022-10-15 17:22:41 +08:00
parent d3b6f20238
commit 75c7d055ba
23 changed files with 74 additions and 74 deletions

View File

@@ -21,7 +21,7 @@
</li>
</ul>
<div v-else class="home-no-list">
<img class="img" style="width:204px;height:160px" src="/images/homeWu/no-put.png" alt="" srcset="">
<img class="img" style="width:204px;height:160px" :src="`${webBaseUrl}/images/homeWu/no-put.png`" alt="" srcset="">
<p class="text">还没有提问</p>
</div>
</div>