kz-ui-base 1.0.74 → 1.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -197,4 +197,4 @@ export const SPLIT_FLAG = {
197
197
 
198
198
  export const DICT_VALUE = localStorage.getItem('dict') ? JSON.parse(localStorage.getItem('dict')) : {}
199
199
  // export const PERSONNEL = localStorage.getItem('user') ? JSON.parse(localStorage.getItem('user')) : []
200
- export const PERSONNEL = await localforage.setItem("user") ? await localforage.setItem("user") : []
200
+ export const PERSONNEL = await localforage.getItem("user") ? await localforage.getItem("user") : []