hejie 3 жил өмнө
parent
commit
fa4326c873

+ 0 - 1
src/pages/course/index.vue

@@ -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;
 				  }
 				});