소스 검색

移除 console

王智慧 3 년 전
부모
커밋
fc3b3faa0f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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) {}