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