Commit 3a4061c8 by yanju

修改添加话题提示

parent 1225b4d7
......@@ -246,7 +246,7 @@
}else{
this.$message({
type:'info',
message:'请在登陆后操作'
message:res.msg
})
}
})
......@@ -270,7 +270,7 @@
}else{
this.$message({
type:'info',
message:'请在登陆后操作'
message:res.msg
})
}
})
......
......@@ -328,7 +328,7 @@
this.$axios.$post(config.api.post.Resource.file, formdata)
.then((res) => {
let url = res.data;
this.$refs.editor.$img2Url(pos, url);
this.$refs.questionDetail.$img2Url(pos, url);
this.$message({
type: 'success',
message: '上传图片成功'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment