diff --git a/pages/study/index.vue b/pages/study/index.vue index ab472ff..c52051d 100644 --- a/pages/study/index.vue +++ b/pages/study/index.vue @@ -525,7 +525,7 @@ if(r.cmtask_imgurl.startsWith('/upload')){ r.cmtask_imgurl=this.$config.fileUrl+r.cmtask_imgurl.substring(7); } - console.log('aaa='+r.cmtask_imgurl); + //console.log('aaa='+r.cmtask_imgurl); }) this.taskCount = parseInt(res.data.total); this.couresList.push(...res.data.records);