From 31265fc401e83381a576ed0950613c3c6e2b3d17 Mon Sep 17 00:00:00 2001 From: ivamp Date: Sat, 3 Aug 2024 02:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/user.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/stores/user.ts b/src/stores/user.ts index 8446567..1d0d2bd 100644 --- a/src/stores/user.ts +++ b/src/stores/user.ts @@ -48,11 +48,11 @@ export const useUserStore = defineStore("user", { this.refresh(); } else { // 显示还有多长时间过期 - console.log( - "Token will expire in " + - (this.expired_at - Date.now()) / 1000 + - " seconds" - ); + // console.log( + // "Token will expire in " + + // (this.expired_at - Date.now()) / 1000 + + // " seconds" + // ); } } }, 10 * 1000);