登录页面清空一次用户信息缓存
This commit is contained in:
parent
cacbb93ee7
commit
815249965f
|
|
@ -104,6 +104,7 @@
|
|||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
this.$request.updateCache('userProfile', null);
|
||||
if (options) {
|
||||
if (options.operType) {
|
||||
this.operType = Number(options.operType)
|
||||
|
|
|
|||
Loading…
Reference in New Issue