From 604f2f28cd31c21da55aa270782b2b570e5a72c6 Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期三, 13 九月 2023 18:03:54 +0800 Subject: [PATCH] 企业端bug --- web_standard/src/components/common/ShowImage.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/web_standard/src/components/common/ShowImage.vue b/web_standard/src/components/common/ShowImage.vue index e1db855..de49fae 100644 --- a/web_standard/src/components/common/ShowImage.vue +++ b/web_standard/src/components/common/ShowImage.vue @@ -12,7 +12,6 @@ @change="onSlideChange" > <el-carousel-item v-for="(item, i) in multiFilesList" :key="i"> - {{ resourcePath + item.fileurl }} <img v-if="item.type === 0" :src="resourcePath + item.fileurl" alt="" /> <video ref="video" v-else-if="item.type === 1" :src="resourcePath + item.fileurl" controls="controls"></video> </el-carousel-item> -- Gitblit v1.9.3