diff --git a/pages/login/login.vue b/pages/login/login.vue index b64e031..3671bc1 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -104,6 +104,7 @@ } }, onLoad(options) { + this.$request.updateCache('userProfile', null); if (options) { if (options.operType) { this.operType = Number(options.operType)