소스 검색

修改休眠时间

zhaoke 3 년 전
부모
커밋
ae5f6bbd3f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -170,8 +170,8 @@ export default {
           ? JSON.parse(this.systemSet)
           : this.systemSet;
       const { LockMins } = obj;
-      this.time = LockMins * 10;
-      this.desc = LockMins * 10;
+      this.time = LockMins * 60;
+      this.desc = LockMins * 60;
       this.timer = setInterval(() => {
         this.time--;
         if (this.time === 0) {