From 8c6cf5bc434f1f236b9a12c45c05636a3903f8c7 Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: 星期五, 19 四月 2024 13:02:14 +0800 Subject: [PATCH] !104 add 新增在线登录设备管理 * update 在线登录设备管理删除权限 * add 新增在线登录设备管理 --- 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