localstorage存储对象
localStorage.setItem('project',JSON.stringify(data)); // JSON.stringify
JSON.parse(localStorage.getItem('project')) //JSON.parse
react-router手动刷新后传过来的state和query会失效
localstorage存储对象
localStorage.setItem('project',JSON.stringify(data)); // JSON.stringify
JSON.parse(localStorage.getItem('project')) //JSON.parse
react-router手动刷新后传过来的state和query会失效
本文标题:坑
本文链接:https://www.haomeiwen.com/subject/utbjcftx.html
网友评论