From aeccc396b2cc2c0ba9409b876775cb5f0b7fd4a2 Mon Sep 17 00:00:00 2001 From: jinqilin721 Date: Thu, 9 Apr 2020 10:03:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=8E=E4=B8=BA=E4=BA=91OBS=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20(#126)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/attachment.js | 4 + src/views/system/optiontabs/AttachmentTab.vue | 89 +++++++++++++++++++ 2 files changed, 93 insertions(+) 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 + + + + + + + + + + + + + + + + + + + + + + + + + + +