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