显示创建用户

This commit is contained in:
2026-04-04 22:23:45 +08:00
parent 550646b7d7
commit 77cea1116f
5 changed files with 90 additions and 19 deletions
@@ -122,7 +122,7 @@ const navItems = computed(() => [
alt="avatar"
/>
<span class="max-w-24 truncate">{{
userStore.user?.Name || ""
userStore.userInfo?userStore.userInfo.Username:userStore.user.Name
}}</span>
</button>
<Transition