@@ -1590,7 +1590,7 @@
let str = this.information;
let formatStr = str.replace(/\n/g, '<br/>');
if (str.length > 450) {
- this.$message.error('输入字符不能大于450个字符');
+ this.$message.error('输入内容不能大于450个字符');
this.information = '';
return false;
}