Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baiwumm/react-admin
/ removeLocalStorageItem
Function
removeLocalStorageItem
Xmw_web/src/utils/index.ts:112–114 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
110
* @author: 白雾茫茫丶
111
*/
112
export
const
removeLocalStorageItem = (key: string) => {
113
localStorage.removeItem(key);
114
}
115
116
/**
117
* @description: AES/DES密钥
Callers
3
AvatarProps
Function · 0.90
ChangePassword
Function · 0.90
logoutToLogin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected