@@ -259,7 +259,7 @@ export default {
if (this.fileSize) {
const isLt = file.size / 1024 / 1024 < this.fileSize;
if (!isLt) {
- this.$message.error(`上传头像图片大小不能超过 ${this.fileSize} MB!`);
+ this.$message.error(`上传图片大小不能超过 ${this.fileSize} MB!`);
return false;
}
@@ -238,7 +238,7 @@