From a6dc2f90aec625824eeb677aed2aa6971893f3a1 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Mon, 22 Sep 2025 22:58:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(file):=20=E4=BC=98=E5=8C=96=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增MinIO存储服务选项支持 - 集成CoiImageViewer组件替换原生图片预览功能 - 移除冗余的图片预览弹框代码,提升代码简洁性 - 优化图片文件的展示效果和预览体验 - 统一存储服务类型的标签显示样式 --- src/views/system/file/index.vue | 51 +++++++-------------------------- 1 file changed, 10 insertions(+), 41 deletions(-) diff --git a/src/views/system/file/index.vue b/src/views/system/file/index.vue index 8bf1837..4a962c3 100644 --- a/src/views/system/file/index.vue +++ b/src/views/system/file/index.vue @@ -217,6 +217,7 @@ :options="[ { label: 'LOCAL', value: 'LOCAL' }, { label: 'OSS', value: 'OSS' }, + { label: 'MINIO', value: 'MINIO' }, ]" /> @@ -271,36 +272,16 @@ - - - - - - - {{ previewImageName }} - - -