From 09228ffcb91845d1a9e971bbb25087e5bc2e41eb Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 24 May 2025 14:42:57 +0800
Subject: [PATCH] feat: 统一一个姓名
---
src/page/index/top/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue
index 70679a8..017b185 100644
--- a/src/page/index/top/index.vue
+++ b/src/page/index/top/index.vue
@@ -24,7 +24,7 @@
<img class="top-bar__img" :src="userInfo.avatar" />
<el-dropdown>
<span class="el-dropdown-link">
- {{ userInfo.user_name }}
+ {{ userInfo.real_name }}
<el-icon class="el-icon--right">
<arrow-down />
</el-icon>
@@ -165,4 +165,4 @@
.el-dropdown-link:hover {
color: #409EFF;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3