From b73972a8944eef69d76c073731c6ad4b5ec0c175 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 28 Apr 2025 18:18:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8C=81=E4=B9=85=E5=8C=96=E5=AD=98?= =?UTF-8?q?=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/debugStore.ts | 1 + src/stores/systemStore.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/stores/debugStore.ts b/src/stores/debugStore.ts index 56419b1..0f12ff3 100644 --- a/src/stores/debugStore.ts +++ b/src/stores/debugStore.ts @@ -61,4 +61,5 @@ export const useDebugStore = defineStore('debug', { }), actions: { }, + persist: true, }) diff --git a/src/stores/systemStore.ts b/src/stores/systemStore.ts index d1b1370..c39d226 100644 --- a/src/stores/systemStore.ts +++ b/src/stores/systemStore.ts @@ -28,4 +28,5 @@ export const useSystemStore = defineStore('system', { router.push('/login').then(() => {}) }, }, + persist: true, })