guhongwei 5 anni fa
parent
commit
bf2c69bd44
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/views/index/index.vue

+ 0 - 1
src/views/index/index.vue

@@ -246,7 +246,6 @@ export default {
     },
     //根据条件获取信息
     async getNewsList(item, news_type) {
-      console.log(item);
       let data = { skip: 0, limit: 6, news_type: news_type };
       data.parent_id = item.type === 'bugList' ? item.content_id : item.id;
       let res = await this.newsOperation({ type: 'list', data: data });