mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
🔱: [client] sync upgrade with 2 commits [trident-sync]
fix: 修复 文件上传accept问题
This commit is contained in:
@@ -243,7 +243,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
type: "file-uploader",
|
||||
form: {
|
||||
component: {
|
||||
accept: "*.jpg,*.png"
|
||||
accept: ".jpg,.png"
|
||||
},
|
||||
helper: "只能上传jpg或者png"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user