feat:clean

This commit is contained in:
cbmland 2024-07-14 12:48:21 +08:00
parent 4daf39d5b8
commit fdf02982de

View File

@ -109,7 +109,7 @@ export const useSyncStore = createPersistStore(
return;
} else {
let parsedRemoteState = JSON.parse(await client.get(config.username));
parsedRemoteState["access-control"] = accessStore;
parsedRemoteState[StoreKey.Access] = accessStore;
//console.log("parsedRemoteState------", parsedRemoteState);
mergeAppState(localState, parsedRemoteState);