登录页面清空一次用户信息缓存

This commit is contained in:
donqi 2022-08-29 19:18:40 +08:00
parent cacbb93ee7
commit 815249965f
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
}
},
onLoad(options) {
this.$request.updateCache('userProfile', null);
if (options) {
if (options.operType) {
this.operType = Number(options.operType)