From 86362072ce62dc42bdf9ec27cdfff239ec479478 Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Wed, 24 May 2023 16:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A3=80=E6=9F=A5=E4=BB=A4?= =?UTF-8?q?=E7=89=8C=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/Auth.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/Auth.js b/src/stores/Auth.js index 7f291b6..5a0942f 100644 --- a/src/stores/Auth.js +++ b/src/stores/Auth.js @@ -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) {