From 7b7f51a8602e60ef6e4d53e69ff578a6edbb7b9f Mon Sep 17 00:00:00 2001
From: wangya <757914144@qq.com>
Date: Thu, 25 Jul 2019 21:55:10 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=85=BE=E8=AE=AF?=
=?UTF-8?q?=E4=BA=91oss=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E4=B8=8B?=
=?UTF-8?q?=E8=BD=BD=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 | 54 +++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/src/api/attachment.js b/src/api/attachment.js
index 9a909b3a7..3f4167987 100644
--- a/src/api/attachment.js
+++ b/src/api/attachment.js
@@ -91,6 +91,10 @@ attachmentApi.type = {
BAIDUYUN: {
type: 'baiduyun',
text: '百度云'
+ },
+ TENCENTYUN: {
+ type: 'tencentyun',
+ text: '百度云'
}
}
diff --git a/src/views/system/OptionForm.vue b/src/views/system/OptionForm.vue
index 28d099dd7..55381bfb7 100644
--- a/src/views/system/OptionForm.vue
+++ b/src/views/system/OptionForm.vue
@@ -423,6 +423,47 @@