#sessionStoage

vue封装sessionStoage存储信息

创建store文件夹下index.js文件varKEY='rabbitStudent'exportdefault{setUser(user){//将后端返回的对象转换成字符串constJsonStr=JSON.stringify(user)//将返回的字符串存储到KEY中window.sessionStorage.se...