diff --git a/src/api/attachment.js b/src/api/attachment.js index 15d826d0..edce7300 100644 --- a/src/api/attachment.js +++ b/src/api/attachment.js @@ -113,6 +113,10 @@ attachmentApi.type = { TENCENTCOS: { type: 'TENCENTCOS', text: '腾讯云' + }, + HUAWEIOBS: { + type: 'HUAWEIOBS', + text: '华为云' } } diff --git a/src/views/system/optiontabs/AttachmentTab.vue b/src/views/system/optiontabs/AttachmentTab.vue index a1251865..cd259b04 100644 --- a/src/views/system/optiontabs/AttachmentTab.vue +++ b/src/views/system/optiontabs/AttachmentTab.vue @@ -310,6 +310,65 @@ /> +
+ + + HTTPS + HTTP + + + + + + + + + + + + + + + + + + + + + + + + + + +