@@ -30,7 +30,6 @@ import jyfParser from '@/components/jyf-parser/jyf-parser.vue'
post("/my/article",data).then(res => {
if (res.code == 0) {
this.content = res.data.data.content
- console.log(this.content)
// this.BannerImg = res.list;
}
});