From fb6f61764865d6561c489c414cb6d828715961ca Mon Sep 17 00:00:00 2001
From: wangya <757914144@qq.com>
Date: Thu, 25 Jul 2019 21:55:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=85=BE=E8=AE=AF=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 | 54 +++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/src/api/attachment.js b/src/api/attachment.js
index 9a909b3a..3f416798 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 28d099dd..55381bfb 100644
--- a/src/views/system/OptionForm.vue
+++ b/src/views/system/OptionForm.vue
@@ -423,6 +423,47 @@