From 56c81605a64567ebe8d72f4bafb204370bd1c6b6 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 13 Dec 2024 10:26:42 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header/index.vue | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/components/header/index.vue b/src/components/header/index.vue index 0bccdb9..1ac00ed 100644 --- a/src/components/header/index.vue +++ b/src/components/header/index.vue @@ -108,6 +108,10 @@ $bus.on('callBackText', (val) => { }) }) +const onClickMyUser = () => { + window.location.reload() +} + // 角色切换按钮 const onRolesCheck = () => { isRolesSelect.value = !isRolesSelect.value @@ -239,15 +243,7 @@ const isMyInfoPage = () => {