wxy 4 năm trước cách đây
mục cha
commit
c84e42f443
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
       }
     },
   },