图片路径问题

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

@@ -36,7 +36,7 @@
</div>
<div v-else>
<div v-if="qaList.length == 0" class="home-no-list">
<img class="img" style="width:360px;height:226px" src="/images/homeWu/no-madel.png" alt="" srcset="">
<img class="img" style="width:360px;height:226px" :src="`${webBaseUrl}/images/homeWu/no-madel.png`" alt="" srcset="">
<p class="text" v-if="isSearh" style="color: #333333;margin-top:50px;font-size: 14px">没有查询到相关内容</p>
<p class="text" v-else style="color: #333333;margin-top:50px;font-size: 14px">你还没有提问问题哦</p>
</div>