当前位置:网站首页>localstorage本地存储的方法
localstorage本地存储的方法
2022-08-04 17:44:00 【哈希嘻哈】
通常我们把用户信息存储到仓库中时,刷新后信息会丢失。一般还会再存储到本地。
方法如下:
其中Profile是用户信息类型注解
import {
Profile} from '@/types/user'
const key = 'my_key'
// 存储用户信息
export const setUserInfo = (userInfo: Profile) => {
localStorage.setItem(key, JSON.stringify(userInfo))
}
// 获取用户信息
export const getUserInfo = () => {
return JSON.parse(localStorage.getItem(key) || '{}')
}
// 移除用户信息
export const removeUserInfo = () => {
localStorage.removeItem(key)
}
边栏推荐
猜你喜欢
php如何查询字符串以什么开头
"Involution" Index Analysis Based on AHP
软件测试高频面试题真实分享/网上银行转账是怎么测的,设计一下测试用例。
localhost,127.0.0.1,本机IP
开发一套高容错分布式系统
网络靶场监控系统的安全加固纪实(1)—SSL/TLS对日志数据加密传输
Fork/Join框架
《中国综合算力指数》《中国算力白皮书》《中国存力白皮书》《中国运力白皮书》在首届算力大会上重磅发出
About the two architectures of ETL (ETL architecture and ELT architecture)
OpenInfra Days China 2022 | SelectDB to share with you the Apache Doris in Internet advertising business practices
随机推荐
JS中null与undefined的异同点
小程序学习目标
js函数传参是按值传递还是按引用传递?
leetcode 13. 罗马数字转整数
【日记】高并发下的DB分库分表分区策略
How to make JS code unbreakable
pyhon爬虫之爬取图片(亲测可用)
荣耀互联对外开放,赋能智能硬件合作伙伴,促进全场景生态产品融合
小程序笔记2
R语言ggpubr包的ggline函数可视化折线图、设置add参数为mean_se和dotplot可视化不同水平均值的折线图并为折线图添加误差线(se标准误差)和点阵图、设置折线和数据点边框颜色
【Gazebo入门教程】第二讲 模型库导入与可视化机器人建模(模型编辑器)
Catering Supply Chain Management System
Matlab画图1
Nacos集群搭建
Clearance sword refers to Offer——The sword refers to Offer II 010. and the sub-array of k
darknet source code reading notes-02-list.h and lish.c
如何模拟后台API调用场景,很细!
Thrift IDL示例文件
知乎高赞:拼多多和国家电网,选哪个?
NLP未来,路在何方?从学术前沿和业界热点谈起