From 064a5de02748aa5c2dd5f17852cbd30518204c0e Mon Sep 17 00:00:00 2001 From: Seven Date: Tue, 20 Jan 2026 05:35:45 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=A7=93=E5=90=8D=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E6=AD=A3=E7=A1=AE=E5=B1=95=E7=A4=BA=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=9A=84=E7=9C=9F=E5=AE=9E=E5=A7=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/settings/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/settings/index.vue b/src/views/settings/index.vue index 0590b15..5f8211f 100644 --- a/src/views/settings/index.vue +++ b/src/views/settings/index.vue @@ -32,7 +32,7 @@ const { userProfile } = storeToRefs(userStore); 真实姓名 - {{ userProfile?.fullName || '-' }} + {{ userProfile?.user.name || '-' }} @@ -45,13 +45,13 @@ const { userProfile } = storeToRefs(userStore); -
+