zhaoke 1 년 전
부모
커밋
1f5b72ec0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 () {