This commit is contained in:
lmj
2022-06-28 17:43:39 +08:00
parent ecc41ca380
commit b9ca95ebc3

View File

@@ -144,6 +144,7 @@ export default {
if(content.trim() == ''){
this.$message('您输入的内容为空,无法发布')
type: 'warning'
this.loading=false
return
}
this.addForm.content=content.trim()