diff --git a/ui/src/layout/layout-header/avatar/index.vue b/ui/src/layout/layout-header/avatar/index.vue index a7358c262..7a71d08d3 100644 --- a/ui/src/layout/layout-header/avatar/index.vue +++ b/ui/src/layout/layout-header/avatar/index.vue @@ -4,7 +4,7 @@ - {{ user.userInfo?.username }} + {{ user.userInfo?.nick_name }} @@ -19,7 +19,7 @@
-

{{ user.userInfo?.username }}

+

{{ user.userInfo?.nick_name }}({{ user.userInfo?.username }})