update 操作日志完善

This commit is contained in:
2021-06-28 13:19:26 +08:00
parent fd9665c265
commit f27e3956b9
11 changed files with 334 additions and 148 deletions

View File

@@ -7,7 +7,7 @@ const defaultState = {
}
const localStorageState = () => {
return JSON.parse(window.localStorage.getItem(SETTING_KEY))
return JSON.parse(window.localStorage.getItem(SETTING_KEY)) || {}
}
const mergeState = {