From 815249965f854bb30a8243f5bf9179adfe0b57d2 Mon Sep 17 00:00:00 2001 From: donqi Date: Mon, 29 Aug 2022 19:18:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E4=B8=80=E6=AC=A1=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 1 + 1 file changed, 1 insertion(+) 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)