浏览代码

修改休眠时间

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) {