zhaoke 1 rok temu
rodzic
commit
1f5b72ec0f
1 zmienionych plików z 1 dodań i 1 usunięć
  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 () {