bug修复

This commit is contained in:
BianLzhaoMin 2024-12-13 10:26:42 +08:00
parent 648e8b6ea9
commit 56c81605a6
1 changed files with 5 additions and 9 deletions

View File

@ -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 = () => {
</div>
</div>
<div class="header-item">
<a
@click="
() => {
router.push({ name: 'my-user' })
}
"
>
个人中心
</a>
<a @click="onClickMyUser"> 个人中心 </a>
<div class="line"></div>
</div>
</div>