src/components/subComponents/FileUpload/index.vue @@ -185,7 +185,6 @@ this.statusText.paused = "暂停中"; }, onComplete () { debugger this.$emit("complete", { filename: this.fileName, identifier: this.fileMd5 }); }, fileComplete () {