mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
fix: 修复登录后账号展示;
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
{empty name='Request.session.user_uid'}
|
||||
<a class="layui-word-aux" href="{$login_url|default=''}">点击登录</a>
|
||||
{else /}
|
||||
<a href="{:get_system_config('user_hub_host')}" target="_blank" class="layui-word-aux">{$user_info.nickname|default=$user_info.account}</a>
|
||||
<a href="{:get_system_config('user_hub_host')}" target="_blank" class="layui-word-aux">{$user_info.nickname|default=$user_info.username}</a>
|
||||
<a href="{:url('index/Logout',['back_url'=>$post.read_url])}" class="layui-word-aux">退出</a>
|
||||
{/empty}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user