This commit is contained in:
BianLzhaoMin 2025-10-27 13:06:12 +08:00
parent 986009a757
commit 3df4446a4e
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ export default {
}, },
handleExceed(files, fileList) { handleExceed(files, fileList) {
this.$modal.msgError(`上传的图片数量不能超过 9个`) this.$modal.msgError(`上传的文件数量不能超过9个`)
}, },
}, },
} }