@@ -126,7 +126,7 @@ export default {
data.sendname = this.user.name;
const res = await this.create(data);
if (this.$checkRes(res)) {
- this.$message('发送成功');
+ //this.$message('发送成功');
this.content = '';
}
},