diff --git a/src/views/enterpriseStandardLibrary/plan/detail/PlanDetail.vue b/src/views/enterpriseStandardLibrary/plan/detail/PlanDetail.vue
index d6092f77..7d621efc 100644
--- a/src/views/enterpriseStandardLibrary/plan/detail/PlanDetail.vue
+++ b/src/views/enterpriseStandardLibrary/plan/detail/PlanDetail.vue
@@ -111,7 +111,7 @@
-
+
{{ item.fileName }}
{{ global.emptyLine }}
@@ -228,6 +228,7 @@ export default {
// 图片预览,使用自己添加的组件
if (canPreview && FILE_TYPE_IMGS.includes(fileSuffix.toLowerCase())) {
this.imageUrl = getFileAccessHttpUrl(file.id)
+ console.log(this.imageUrl)
// 获取viewer实例
const viewer = this.$el.querySelector('.image').$viewer
// 调用show方法进行显示预览图