From 6b4d756a9d53d32e542fd00f5ebba07735c67b50 Mon Sep 17 00:00:00 2001
From: wujun <wj2@assurepharma.cn>
Date: 星期二, 09 四月 2024 11:19:04 +0800
Subject: [PATCH] 解决页面偶尔出现的白屏问题

---
 src/views/login.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/login.vue b/src/views/login.vue
index a92f399..060703b 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -34,6 +34,9 @@
         <el-button circle title="MaxKey鐧诲綍" @click="doSocialLogin('maxkey')">
           <svg-icon icon-class="maxkey" />
         </el-button>
+        <el-button circle title="TopIam鐧诲綍" @click="doSocialLogin('topiam')">
+          <svg-icon icon-class="topiam" />
+        </el-button>
         <el-button circle title="Gitee鐧诲綍" @click="doSocialLogin('gitee')">
           <svg-icon icon-class="gitee" />
         </el-button>
@@ -53,7 +56,7 @@
     </el-form>
     <!--  搴曢儴  -->
     <div class="el-login-footer">
-      <span>Copyright 漏 2018-2023 鐤媯鐨勭嫯瀛怢i All Rights Reserved.</span>
+      <span>Copyright 漏 2018-2024 鐤媯鐨勭嫯瀛怢i All Rights Reserved.</span>
     </div>
   </div>
 </template>

--
Gitblit v1.9.3