jinx 1 năm trước cách đây
mục cha
commit
268694504f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
         }