This commit is contained in:
2026-01-28 19:49:09 +08:00
parent 8dbc5c2978
commit 56bcb1fd10
@@ -524,7 +524,7 @@ module.exports = {
if (this.accept) {
this.fileAccept = this.accept
} else {
this.fileAccept = "image/*"
this.fileAccept = ['jpg','png','jpeg']
}
} else {
this.fileAccept = this.accept