jinx 6 tháng trước cách đây
mục cha
commit
2bb749653f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      packages/qjkankan-editor/src/utils/file.js

+ 0 - 2
packages/qjkankan-editor/src/utils/file.js

@@ -107,8 +107,6 @@ export const getImgWH = (file) => {
     var reader = new FileReader();
     //读取图片文件
     let url = URL.createObjectURL(file);
-    console.error(url);
-
     var image = new Image();
     //FileReader获得Base64字符串
     image.src = url;