From 10d10d378687a56b20d2f8d00cd80f9d53a2835d Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 24 May 2025 10:47:29 +0800
Subject: [PATCH] feat: 统一一个姓名

---
 src/views/system/userinfo.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/system/userinfo.vue b/src/views/system/userinfo.vue
index 205e289..b798ccc 100644
--- a/src/views/system/userinfo.vue
+++ b/src/views/system/userinfo.vue
@@ -32,6 +32,7 @@
   methods: {
     handleSubmit(form, done) {
       if (this.index === 0) {
+        form.name = form.realName
         updateInfo(form).then(
           res => {
             if (res.data.success) {

--
Gitblit v1.9.3