wxy hace 4 años
padre
commit
c84e42f443
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
       }
     },
   },