From fe3874396d594a5624dff40425ca2a97c742e119 Mon Sep 17 00:00:00 2001
From: fengheguai <923553443@qq.com>
Date: 星期四, 25 一月 2024 12:50:45 +0800
Subject: [PATCH] 图片上传组件增加压缩功能支持,可自行开关

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

diff --git a/src/views/login.vue b/src/views/login.vue
index a92f399..d8c79b0 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>

--
Gitblit v1.9.3