Browse Source

移除 console

王智慧 3 năm trước cách đây
mục cha
commit
fc3b3faa0f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/components/Uploader.vue

+ 0 - 1
src/components/Uploader.vue

@@ -83,7 +83,6 @@ export default defineComponent({
     function changeDragVisable(boo) {
       try {
         let d = document.getElementById(props.uploaderId);
-        console.log(d);
         d.childNodes[1].style.display = boo ? "inline-block" : "none";
       } catch (error) {}