From 555807b7c7258dc8230a70938bb323ca49cc3788 Mon Sep 17 00:00:00 2001 From: pangluotong <123456@163.com> Date: Wed, 16 Jul 2025 17:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=87=BA=E6=8A=BD=E5=A5=96=E5=B0=B1?= =?UTF-8?q?=E8=A6=81=E5=86=8D=E6=AC=A1=E8=BE=93=E5=85=A5=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/auth.js b/src/stores/auth.js index 287e6eb..4e4fae8 100644 --- a/src/stores/auth.js +++ b/src/stores/auth.js @@ -16,5 +16,5 @@ export const useAuthStore = defineStore('auth', () => { login, logout }; -},{persist: {storage: sessionStorage}}); +},{persist : false}); //开启持久化) \ No newline at end of file