在登录的时候我用localStorage储存下来之后不知道应该怎么验证进入到主界面去
8 回答
qq_亮fd_0
TA贡献3条经验 获得超0个赞
getUserInfo(): Promise<SysUserOptions> {
return this.storage.get(this.USER_INFO).then((value) => {
return value;
});
};
怎么set的就怎么get
- 8 回答
- 0 关注
- 2787 浏览
添加回答
举报
0/150
提交
取消