liyongli 2 år sedan
förälder
incheckning
ca25dc21c6
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      src/views/report/SilkRoadData/index.vue

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

@@ -119,7 +119,6 @@ export default {
       });
       // this.$route.params.date --> default 日期可选  orther  根据传入日期
       this.width = document.body.clientWidth;
-      console.log(this.width / 20);
       this.height = (this.width / 16) * 9;
       let times = (this.$route.params.time || '').split('+');
       if (times.length > 1 && times[0] === times[1]) times = [times[0]];