From 2c6eb8cb5506717e5d5774e34a29dcf44f476b5e Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 26 Sep 2024 15:32:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/store/notify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], }, }, );