diff --git a/src/api/attachment.js b/src/api/attachment.js
index 7fcdc7e1..9a909b3a 100644
--- a/src/api/attachment.js
+++ b/src/api/attachment.js
@@ -87,6 +87,10 @@ attachmentApi.type = {
ALIYUN: {
type: 'aliyun',
text: '阿里云'
+ },
+ BAIDUYUN: {
+ type: 'baiduyun',
+ text: '百度云'
}
}
diff --git a/src/views/system/OptionForm.vue b/src/views/system/OptionForm.vue
index 540499d8..28d099dd 100644
--- a/src/views/system/OptionForm.vue
+++ b/src/views/system/OptionForm.vue
@@ -388,6 +388,41 @@