refactor: 未设置邮箱
This commit is contained in:
parent
af0bb9bd66
commit
e10ddb421c
@ -138,7 +138,7 @@ watch(
|
|||||||
:avatar
|
:avatar
|
||||||
:menus
|
:menus
|
||||||
:text="userStore.userInfo?.realName"
|
:text="userStore.userInfo?.realName"
|
||||||
:description="userStore.userInfo?.email"
|
:description="userStore.userInfo?.email || '未设置邮箱'"
|
||||||
:tag-text="userStore.userInfo?.username"
|
:tag-text="userStore.userInfo?.username"
|
||||||
@logout="handleLogout"
|
@logout="handleLogout"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user