Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧐[问题] ant design pro v5 版本,使用localStorage不生效问题 #9386

Closed
jmy1944311667 opened this issue Dec 7, 2021 · 5 comments

Comments

@jmy1944311667
Copy link

🧐 问题描述

我现在使用的是v5版本的,使用localStorage进行信息的存储,但是我发现localStorage无法存进去数据,我之前使用v4版本就是正常的

💻 示例代码

localStorage储存代码
/* 人工模拟缓存 */
export function setExpire(key, value, expire) {
const obj = {
data: value,
time: Date.now(),
expire
};
debugger
localStorage.setItem(key, JSON.stringify(obj));
}

🚑 其他信息

登录前
image

登录调用
image

登录后
image

@github-actions
Copy link

github-actions bot commented Dec 7, 2021

以下的 Issues 可能会帮助到你 / The following issues may help you

@jmy1944311667
Copy link
Author

以下的问题可能会帮助到你/以下问题可能对你有帮助

这个对我没用

@chenshuai2144
Copy link
Collaborator

开了隐私模式? 这是浏览器提供的API 框架不会去改的

@jmy1944311667
Copy link
Author

开了隐私模式? 这是浏览器提供的API 框架不会去改的

隐私模式? 怎么关闭? 我现在是刚拉取的代码,使用npx create-umi app命令获取的代码,我只是添加了一个localStorage的存储,其他的没改东西

@jmy1944311667
Copy link
Author

开了隐私模式? 这是浏览器提供的API 框架不会去改的

我刚刚发现,登录的时候localStorage会存信息,但是我在切换菜单的时候,localStorage自动清理了,不知道为什么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants