Koishi 17 ساعت پیش
والد
کامیت
3583e0a51d
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      src/components/timeControl/index.vue

+ 0 - 3
src/components/timeControl/index.vue

@@ -103,9 +103,6 @@ export default {
     },
 
     progressFormat() {
-      console.log(111, this.cloudJson);
-      console.log(222, this.sTimeRange);
-      console.log(333, this.setpLeft);
       return this.cloudJson[this.sTimeRange[0] + (this.setpLeft - 1)].date;
     },