设置好上传文件

This commit is contained in:
aixianling
2023-01-16 09:52:01 +08:00
parent 382754cff2
commit 7880f71466
3 changed files with 5 additions and 0 deletions

View File

@@ -37,5 +37,8 @@ module.exports = {
},
validate: {
convert: true
},
multipart:{
mode: 'file'
}
}