mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
图片路径问题
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
</el-pagination>
|
||||
</div>
|
||||
<div v-else class="home-no-list">
|
||||
<img class="img" src="/images/homeWu/no-case.png" alt="" srcset="">
|
||||
<img class="img" :src="`${webBaseUrl}/images/homeWu/no-case.png`" alt="" srcset="">
|
||||
<p class="text">还没有案例</p>
|
||||
<!-- <div v-if="taskList.length == 0"> -->
|
||||
<!-- <div v-if="isSearh" class="zan-wu">没有查询到相关内容</div>
|
||||
|
||||
Reference in New Issue
Block a user