localstorage存储对象

localStorage.setItem('project',JSON.stringify(data));   // JSON.stringify
JSON.parse(localStorage.getItem('project')) //JSON.parse

react-router手动刷新后传过来的state和query会失效

你可能感兴趣的:(坑)