7c6d0a15 by chentao

修改附件文件大小限制

1 parent fbaabc9b
......@@ -52,7 +52,7 @@ const props = defineProps({
// 大小限制(MB)
fileSize: {
type: Number,
default: 50,
default: 10,
},
// 文件类型, 例如['png', 'jpg', 'jpeg']
fileType: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!