소스 검색

常规上传

Koishi 1 개월 전
부모
커밋
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;
     },