⬆️ upgrade dependencies

This commit is contained in:
landaiqing
2024-09-27 01:34:25 +08:00
parent 172bf00d93
commit d6741aaa6f
13 changed files with 1043 additions and 504 deletions

View File

@@ -69,7 +69,7 @@ export const useClientStore = defineStore(
persist: {
key: 'clientId',
storage: expiredStorage,
paths: ["clientId"],
pick: ["clientId"],
}
}
);