lfj пре 4 година
родитељ
комит
38ebd6542d
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/pages/dataAnalyse/dataAnalyse.vue

+ 0 - 2
src/pages/dataAnalyse/dataAnalyse.vue

@@ -272,7 +272,6 @@ export default {
           this.ageProportion = ageProportion.map((item, i) => {
             return { name: item, data: res.data[i] }
           })
-          console.log(this.ageProportion)
         }
       })
       // 男女比例分布
@@ -293,7 +292,6 @@ export default {
       this.$http.post('dataAnalyse/intradayData', data).then(res => {
         if (res.code === 200 && res.msg === 'OK') {
           this.intradayData = res.data
-          console.log()
         }
       })
       // 店铺订单量排行榜