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, })