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 = () => {
- - 个人中心 - + 个人中心