From 1d6511e4246cd91620346f13b429b230e1821c72 Mon Sep 17 00:00:00 2001
From: wangya <757914144@qq.com>
Date: Sat, 20 Jul 2019 23:35:13 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=99=BE=E5=BA=A6=E4=BA=91os?=
=?UTF-8?q?s=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E4=B8=8B=E8=BD=BD?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/attachment.js | 4 +++
src/views/system/OptionForm.vue | 46 +++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
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 @@