mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
图片路径
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="search-item">
|
||||
<div style="margin-top:10px; display: flex;">
|
||||
<div style="line-height: 25px;padding-right: 10px;">
|
||||
<img class="orgaicon" src="../../../../public/images/orgaimg.png" alt="">
|
||||
<img class="orgaicon" :src="`${webBaseUrl}/images/orgaimg.png`" alt="">
|
||||
<span class="item-title" >组织领域</span>
|
||||
<span class="item-line"></span>
|
||||
</div>
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
<div style="margin-top:10px; display: flex;">
|
||||
<div style="line-height: 25px;padding-right: 10px;">
|
||||
<img class="orgaicon" src="../../../../public/images/specimg.png" alt="">
|
||||
<img class="orgaicon" :src="`${webBaseUrl}/images/specimg.png`" alt="">
|
||||
<span class="item-title" >专业分类</span>
|
||||
<span class="item-line"></span>
|
||||
</div>
|
||||
@@ -112,7 +112,7 @@
|
||||
<span class="pag-text" @click="loadMore()" v-if="moreState == 1">加载更多</span>
|
||||
<span class="pag-text-msg" v-else-if="moreState == 2">数据加载中</span>
|
||||
<span class="notcoures" v-else-if="moreState == 3 && !isSeach">
|
||||
<img src="../../../../public/images/nocase.png" alt="">
|
||||
<img :src="`${webBaseUrl}/images/nocase.png`" alt="">
|
||||
<h5>暂无案例,请优先学习其它案例吧~</h5>
|
||||
</span>
|
||||
<span class="pag-text-msg" v-else-if="isSeach">没有查询到相关内容</span>
|
||||
|
||||
Reference in New Issue
Block a user