登录方式重构

This commit is contained in:
Aaron
2021-07-19 19:37:35 +08:00
parent 79305d7497
commit b196b5237d
21 changed files with 858 additions and 323 deletions

View File

@ -85,7 +85,6 @@ export default {
runTime() {
//时间函数
let intDiff = this.time - Date.parse(new Date()) / 1000 //获取数据中的时间戳的时间差
console.log(intDiff)
let day = 0,
hour = 0,
minute = 0,