zhaoke há 1 ano atrás
pai
commit
1f5b72ec0f
1 ficheiros alterados com 1 adições e 1 exclusões
  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 () {