Explorar o código

移除 console

王智慧 %!s(int64=3) %!d(string=hai) anos
pai
achega
fc3b3faa0f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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) {}