mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 07:46:43 +08:00
图片路径问题
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<div v-else class="home-no-list">
|
||||
<img class="img" style="width:258px;height:168px" src="/images/homeWu/no-book.png" />
|
||||
<img class="img" style="width:258px;height:168px" :src="`${webBaseUrl}/images/homeWu/no-book.png`" />
|
||||
<p class="text">还没有书籍</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user