社交登录整合 TopIam

This commit is contained in:
xlsea
2024-01-08 11:48:56 +08:00
parent 075c02b8c3
commit 7073acb3ef
3 changed files with 38 additions and 0 deletions

View File

@ -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>