Commit 16233d1f authored by zhoujun's avatar zhoujun

退出

parent 2026b00e
......@@ -27,7 +27,7 @@
<div class="container home-container">
<div class="login-info">
欢迎您,
@if($isLogin == 1) {{ $userName }}> <a href="/logout">【注销】</a> @endif
@if($isLogin == 1) {{ $userName }} <a href="/logout">【注销】</a> @endif
@if($isLogin == 0) <a href="/login">【登录】</a> @endif
</div>
<div class="header-avatar">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment