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