haoxuan
2023-09-12 8d270834a630785732829f6cb8af6c1e30fd7f43
src/components/subComponents/FileUpload/btn.vue
@@ -34,7 +34,6 @@
  mounted() {
    this.$nextTick(() => {
      debugger;
      let props = { accept: "" };
      if (this.sourceType == 1) {
        props.accept = ".mp4";