wxy 4 년 전
부모
커밋
c84e42f443
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/journ/detail.vue

+ 0 - 1
src/views/journ/detail.vue

@@ -61,7 +61,6 @@ export default {
       const res = await this.newsfetch(this.id);
       if (this.$checkRes(res)) {
         this.$set(this, `info`, res.data);
-        console.log(this.info);
       }
     },
   },