1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-16 23:22:20 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

第三方登录添加 OSCHINA

This commit is contained in:
2022-04-04 21:02:30 +08:00
parent 5acd55c687
commit d78e1c6661
4 changed files with 16 additions and 36 deletions

View File

@@ -1,4 +1,5 @@
<button type="button" onclick="thirdPartyLogin('gitee')">Gitee</button>
<button type="button" onclick="thirdPartyLogin('OSCHINA')">OSCHINA</button>
<button type="button" onclick="thirdPartyLogin('qq')">QQ</button>
<script>
// 第三方授权登录逻辑