heyujie
2022-06-23 f4cca0629cb3b7ceeeb1aa07a403a303835be4b3
src/components/subComponents/FileUpload/btn.vue
@@ -34,6 +34,7 @@
 
  mounted() {
    this.$nextTick(() => {
      debugger
      let props = {accept:''};
      if(this.sourceType == 1){
        props.accept = '.mp4';