From d50c90afd1ebe4f71429616d2c5dd1ccbeab4acf Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期四, 07 三月 2024 21:18:08 +0800 Subject: [PATCH] fix 修复设计器无法选人问题,修复抄送打开弹出选中全部人员问题 --- 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