zhaoke před 1 rokem
rodič
revize
1f5b72ec0f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -90,7 +90,7 @@ export default {
     timeMinunt () {
       const userState = this.userLoginState
       const { time, state } = userState
-      return { state, time: Math.ceil(time / (1000 * 60)) }
+      return { state, time: Math.ceil(time / 60) }
     }
   },
   async created () {