Skip to content

Commit

Permalink
chore: 增加第三方菜单选项
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 14, 2018
1 parent 857457b commit bff8c3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/assets/admin/component/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@
<router-link to="/users/recommends" tag="li" active-class="active">
<a href="#">推荐用户</a>
</router-link>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
第三方 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#">QQ&nbsp;登录</a></li>
<li><a href="#">微信登录</a></li>
<li><a href="#">微博登录</a></li>
<li class="divider"></li>
<li><a href="#">环信即时聊天</a></li>
</ul>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit bff8c3d

Please sign in to comment.