修复上传大小超时

master
许宏杰 1 year ago
parent bc8117842f
commit 43d42f2a06

@ -117,6 +117,10 @@ export default {
this.isShowUploadVideo = true;
this.videoFlag = false;
this.videoUploadPercent = 0;
if (res.code == 500) {
this.$modal.msgError(res.msg);
return;
}
this.videoForm.showVideoPath = this.baseUrl + res.fileName;
this.$emit("getDuration", file.response.duration); //
this.$emit("input", res.fileName);

Loading…
Cancel
Save