优化代码

This commit is contained in:
RuoYi
2024-11-06 10:20:18 +08:00
parent bec5600f16
commit 856c471472
5 changed files with 4 additions and 9 deletions

View File

@@ -130,7 +130,7 @@ export default {
}
if (!isImg) {
this.$modal.msgError(`文件格式不正确, 请上传${this.fileType.join("/")}图片格式文件!`);
this.$modal.msgError(`文件格式不正确请上传${this.fileType.join("/")}图片格式文件!`);
return false;
}
if (file.name.includes(',')) {