FIX 上传组件accept设置错误导致移动端无法打开资源管理器
This commit is contained in:
parent
757a0c401a
commit
2a0353ebe5
|
@ -40,7 +40,7 @@
|
|||
modelValue: { type: String, default: "" },
|
||||
action: { type: String, default: "" },
|
||||
apiObj: { type: Object, default: () => {} },
|
||||
accept: { type: String, default: ".jpg, .png, .jpeg, .gif" },
|
||||
accept: { type: String, default: "image/gif, image/jpeg, image/png" },
|
||||
maxSize: { type: Number, default: config.maxSize },
|
||||
title: { type: String, default: "" },
|
||||
icon: { type: String, default: "el-icon-plus" },
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
modelValue: { type: String, default: "" },
|
||||
action: { type: String, default: "" },
|
||||
apiObj: { type: Object, default: () => {} },
|
||||
accept: { type: String, default: ".jpg, .png, .jpeg, .gif" },
|
||||
accept: { type: String, default: "image/gif, image/jpeg, image/png" },
|
||||
maxSize: { type: Number, default: config.maxSize },
|
||||
title: { type: String, default: "" },
|
||||
icon: { type: String, default: "el-icon-plus" }
|
||||
|
|
Loading…
Reference in New Issue