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