Commit b80b209f by 高浩杰

解决博客发布页面冲突

parents 0c833976 b3c21c6a
......@@ -364,7 +364,7 @@
.then((res) => {
console.log(res);
let url = res.data;
this.$refs.editor.$img2Url(pos, url);
this.$refs.content.$img2Url(pos, url);
this.$message({
type: 'success',
message: '上传图片成功'
......@@ -394,13 +394,10 @@
this.content = render;
}
},
readScreen(boolean, str){ // 预览
readScreen(boolean, str) { // 预览
this.zIndex = 8000
}
},
}
</script>
......
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