From ac7d97c6bdce5b2567b503f2f954edc952d7e0cf Mon Sep 17 00:00:00 2001 From: duanhao Date: Fri, 15 Aug 2025 15:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8B=89=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/authentication/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/authentication/index.js b/src/store/authentication/index.js index bcb3aef..de81e19 100644 --- a/src/store/authentication/index.js +++ b/src/store/authentication/index.js @@ -22,7 +22,6 @@ export const useLoginStore = defineStore("loginStore", { async loginForRefreshToken() { const res = await refreshToken() - console.log(res) if (res.code == 200) { this.setToken(res.data.accessToken) return true // 刷新成功