update 操作日志完善
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user