wxy 4 years ago
parent
commit
c84e42f443
1 changed files with 0 additions and 1 deletions
  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);
       const res = await this.newsfetch(this.id);
       if (this.$checkRes(res)) {
       if (this.$checkRes(res)) {
         this.$set(this, `info`, res.data);
         this.$set(this, `info`, res.data);
-        console.log(this.info);
       }
       }
     },
     },
   },
   },