Skip to content

Commit

Permalink
[A] 其它登录方式
Browse files Browse the repository at this point in the history
  • Loading branch information
zxysilent committed Aug 4, 2021
1 parent cf76b68 commit dc6f723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vue/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
<Button size="large" @click="emitLogin" type="primary" long>登 录</Button>
</FormItem>
</Form>
<!-- <p class="other-login">
<a href="/" title="QQ登陆">
<p class="other-login">
<a href="/login/qq.html" title="QQ登陆">
<img :src="logins.qq" alt="加载失败" class="ivu-icon" style="width:20px">
</a>
<a @click="wechatLogin" disabled title="微信登陆">
<img :src="logins.wechat" alt="加载失败" class="ivu-icon" style="width:20px">
</a>
</p> -->
</p>
<div class="login-tips">
<span>系统推荐浏览器</span>&nbsp;<br><br>
<a href="https://www.microsoft.com/zh-cn/edge" target="_blank" title="微软 Edge">
Expand Down

0 comments on commit dc6f723

Please sign in to comment.