Skip to content

Commit

Permalink
fix(PC): 调整右上角用户导航菜单顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Dec 4, 2018
1 parent 8f7e314 commit 1a7ed6c
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
<div class="triangle"></div>
<ul>
<li>
<a href="{{ route('pc:profilecollectfeeds') }}">
<svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-collect"></use></svg>我的收藏
<a href="{{ route('pc:mine')}}">个人主页</a>
</li>
<li style="border-top: 1px solid #ededed; padding-top: 20px;">
<a href="{{ route('pc:wallet') }}">
<svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-wallet"></use></svg>我的钱包
</a>
</li>
<li>
<a href="{{ route('pc:authenticate') }}">
<svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-auth"></use></svg>去认证
<svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-auth"></use></svg>我的认证
</a>
</li>
<li>
<a href="{{ route('pc:account') }}">
<svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-setting"></use></svg>设置
<a href="{{ route('pc:profilecollectfeeds') }}">
<svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-collect"></use></svg>我的收藏
</a>
</li>
<li>
<a href="{{ route('pc:wallet') }}">
<svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-wallet"></use></svg>我的钱包
<a href="{{ route('pc:account') }}">
<svg class="icon" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-setting"></use></svg>设置
</a>
</li>
<li style="border-top: 1px solid #ededed; padding-top: 20px;">
<a href="{{ route('pc:mine')}}">个人主页</a>
</li>
<li>
<a href="{{ route('logout') }}" id="action-logout">退出</a>
</li>
</ul>
Expand Down

0 comments on commit 1a7ed6c

Please sign in to comment.