调整检查令牌时间

release
Jimmy Liow 2 years ago
parent 8efb687467
commit 86362072ce

@ -12,8 +12,8 @@ class Auth {
this.root = root;
this.login.token = root.getSession(KEY_LOGIN_TOKEN);
setInterval(() => {
console.info('Auth.check.token.');
}, 1000);
// console.info('Auth.check.token.');
}, 10000);
}
valdateUserPassword(usr, pwd) {

Loading…
Cancel
Save