!42 perf: 优化顶部栏头像展开用户信息绑定

Merge pull request !42 from 尘墨/main
This commit is contained in:
尘墨
2025-06-13 07:22:39 +00:00
committed by 玲娜贝er
parent 63d2b38fd1
commit b2d3cf10aa
4 changed files with 11 additions and 2 deletions

View File

@@ -138,8 +138,8 @@ watch(
:avatar
:menus
:text="userStore.userInfo?.realName"
description="ann.vben@gmail.com"
tag-text="Pro"
:description="userStore.userInfo?.email"
:tag-text="userStore.userInfo?.username"
@logout="handleLogout"
/>
</template>