浏览代码

常规上传

Koishi 19 小时之前
父节点
当前提交
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;
     },