refactor(components): 重构图片资源引用方式,使用动态路径
将静态图片路径改为从valueUrl动态获取,统一管理图片资源路径 添加新的SVG图标资源 修复BI组件401未授权时的登录跳转逻辑 优化签到组件图片资源路径
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<template v-for="(item, index) in item.videos" :key="index">
|
||||
<div v-if="item.posterurl" class="picture-videos flexacenter">
|
||||
<img class="picture-item" :src="item.posterurl" alt="">
|
||||
<img class="icon-play" src="/img/videoplay.png" alt="">
|
||||
<img class="icon-play" :src="valueUrl + '/img/videoplay.png'" alt="">
|
||||
</div>
|
||||
</template>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user