From 9a6d2305f73d8d972e29e380bbe8e1da53f4ea74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E8=80=98=E7=A8=B7?= <18026623439@163.com> Date: Fri, 18 Dec 2020 15:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=B8=83=E7=89=9B=E4=BA=91?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tools/storage/qiniu/form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/tools/storage/qiniu/form.vue b/src/views/tools/storage/qiniu/form.vue index 62011b1..d383cea 100644 --- a/src/views/tools/storage/qiniu/form.vue +++ b/src/views/tools/storage/qiniu/form.vue @@ -41,7 +41,8 @@ export default { data() { return { zones: ['华东', '华北', '华南', '北美', '东南亚'], dialog: false, - loading: false, form: { accessKey: '', secretKey: '', bucket: '', host: '', zone: '', type: '' }, + loading: false, + form: { accessKey: '', secretKey: '', bucket: '', host: '', zone: '', type: '' }, rules: { accessKey: [ { required: true, message: '请输入accessKey', trigger: 'blur' }