Browse Source

fix issue

tags/v1.22.4.1^2
zhoupzh 3 years ago
parent
commit
9fcbd70f1e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      web_src/js/index.js

+ 3
- 0
web_src/js/index.js View File

@@ -2788,6 +2788,9 @@ $(document).ready(async () => {
}); });
} }
}); });
this.on('addedfile',(file)=>{
console.log("addfile",file)
})
} }
}); });
} }


Loading…
Cancel
Save