diff --git a/apps/web-antd/src/store/notify.ts b/apps/web-antd/src/store/notify.ts index d43f0aac..439424cd 100644 --- a/apps/web-antd/src/store/notify.ts +++ b/apps/web-antd/src/store/notify.ts @@ -136,7 +136,7 @@ export const useNotifyStore = defineStore( }, { persist: { - paths: ['notificationList'], + pick: ['notificationList'], }, }, );