diff --git a/src/api/attachment.js b/src/api/attachment.js index edce73000..18016cf6f 100644 --- a/src/api/attachment.js +++ b/src/api/attachment.js @@ -117,6 +117,10 @@ attachmentApi.type = { HUAWEIOBS: { type: 'HUAWEIOBS', text: '华为云' + }, + MINIO: { + type: 'MINIO', + text: 'MinIO' } } diff --git a/src/views/system/optiontabs/AttachmentTab.vue b/src/views/system/optiontabs/AttachmentTab.vue index 1e351fe94..4531310c4 100644 --- a/src/views/system/optiontabs/AttachmentTab.vue +++ b/src/views/system/optiontabs/AttachmentTab.vue @@ -374,6 +374,41 @@ /> +
+ + + + + + + + + + + + + + + +
{