jinx 1 年之前
父节点
当前提交
268694504f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/form/medias/Image.vue

+ 0 - 1
src/components/form/medias/Image.vue

@@ -52,7 +52,6 @@ const onChange = e => {
         let file = e.target.files[i]
 
         if (!['png', 'jpg', 'jpeg'].includes(getMime(file.name))) {
-            console.error(getMime(file.name))
             emits('tips', t('components.FileSizeTips', { size: '5', file: 'jpg/png' }))
             continue;
         }