From 0aff2a5fabf38220771a1b98f7d5361528e5b74c Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 8 Oct 2024 23:07:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E6=B5=8B=E8=AF=95=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=B2=A1=E5=8A=A0token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/auth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/auth.js b/src/utils/auth.js index de2700d..ccfc84c 100644 --- a/src/utils/auth.js +++ b/src/utils/auth.js @@ -8,6 +8,7 @@ export const setToken = (token) => { export const removeToken = () => { console.info("🚀 ~method:removeToken -----",) + debugger // return localStorage.removeItem('Authorization') }