jinx 1 year ago
parent
commit
268694504f
1 changed files with 0 additions and 1 deletions
  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;
         }