admin-web/src/components/upload/index.vue
@@ -85,12 +85,13 @@ title: '附件上传', max: 100, // 最大大小,单位M num: 10, // 支持上传图片个数 accept: '.jpg,.jpeg,.png,.pdf,.doc,.docx,.xls,.xlsx', // 限制格式 // accept: '.jpg,.jpeg,.png,.pdf,.doc,.docx,.xls,.xlsx', // 限制格式 accept: '.jpg,.jpeg,.png,.webp,.bmp', // 限制格式 tip: '', // 提示 默认:`只能上传${this.defaultSettings.num}个${this.defaultSettings.accept}文件,且不超过${this.defaultSettings.max}kb` uploadUrl: '', // 上传路径 multiple: true, // 是否支持批量上传 disabled: false, // 是否禁用 type: 'text' // text/picture type: 'picture' // text/picture } } },