集成钉钉登录
This commit is contained in:
parent
66064d5d5e
commit
266d5bd16b
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
|
@ -73,7 +73,7 @@
|
|||
</div>
|
||||
<div class="item" title="使用 企业微信 账号授权登录">
|
||||
<a th:href="@{/third/oauth/toPage/weChart}">
|
||||
<img src="../static/img/weixin.svg" th:src="@{/img/weixin.svg}"/>
|
||||
<img src="../static/img/wechat.png" th:src="@{/img/wechat.png}"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="item" title="使用 支付宝 账号授权登录">
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
<div class="git-other-login-icon"><img th:src="@{/img/dingtalk.png}"></div>
|
||||
<span class="app-name">DingTalk</span></a>
|
||||
<a class="third-app" href="javascript:void(0)" th:onclick="authUrl('weChart');" title="使用 企业微信 账号授权登录">
|
||||
<div class="git-other-login-icon"><img th:src="@{/img/weixin.svg}"></div>
|
||||
<div class="git-other-login-icon"><img th:src="@{/img/wechat.png}"></div>
|
||||
<span class="app-name">WeiXin</span></a>
|
||||
|
||||
<a class="third-app" href="javascript:void(0)" th:onclick="authUrl('alipay');" title="使用 支付宝 账号授权登录">
|
||||
|
|
Loading…
Reference in New Issue