From 7aa55ce4b2c5f5ae324f145bdf1766cdb376210a Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期二, 29 十月 2024 14:08:53 +0800
Subject: [PATCH] 完成个人信息头像更换

---
 src/views/profile/components/UserCard.vue |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/src/views/profile/components/UserCard.vue b/src/views/profile/components/UserCard.vue
index 251824c..59f37b0 100644
--- a/src/views/profile/components/UserCard.vue
+++ b/src/views/profile/components/UserCard.vue
@@ -13,18 +13,6 @@
         <div class="user-role text-center text-muted">{{ enumFormat(roleEnum,userInfo.role) }}</div>
       </div>
     </div>
-
-    <div class="user-bio">
-      <div class="user-education user-bio-section">
-        <div class="user-bio-section-header"><svg-icon icon-class="education" /><span>涓汉绠�浠�</span></div>
-        <div class="user-bio-section-body">
-          <div class="text-muted">
-           鏃�
-          </div>
-        </div>
-      </div>
-
-    </div>
   </el-card>
 </template>
 

--
Gitblit v1.8.0