添加文件大小限制

This commit is contained in:
2020-11-17 15:07:54 +08:00
parent 8371a7188f
commit 6e19aa583d
2 changed files with 14 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ export default defineComponent({
}
}
function video(file: any){
return provenvideo(file)
return provenvideo(file, true)
}
function imgs(file: any){
return provenimg(file)