Explorar o código

修改休眠时间

zhaoke %!s(int64=3) %!d(string=hai) anos
pai
achega
ae5f6bbd3f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) {