let time=setInterval(function () {
this.second--;
if(this.second==0){
location.replace("./login.html")
}
}.bind(this),1000,1000)
.bind(this)
let time=setInterval(function () {
this.second--;
if(this.second==0){
location.replace("./login.html")
}
}.bind(this),1000,1000)
.bind(this)