|
|
@ -263,8 +263,8 @@ export default { |
|
|
this.loading = true |
|
|
this.loading = true |
|
|
}, |
|
|
}, |
|
|
beforeVideoUpload (file) { |
|
|
beforeVideoUpload (file) { |
|
|
if (file.size > 52428800) { |
|
|
if (file.size > 524288000) { |
|
|
return this.$message.error('文件大小不能超过50M') |
|
|
return this.$message.error('文件大小不能超过500M') |
|
|
} |
|
|
} |
|
|
this.videoLoading = true |
|
|
this.videoLoading = true |
|
|
}, |
|
|
}, |
|
|
|