From 3b4f171d9fb0ee2193a636bbd15f82c3b7c6bcdd Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期五, 08 三月 2024 14:56:44 +0800 Subject: [PATCH] update 优化类型 --- 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