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