管理登录日志

<{foreach from=$userLog item=v}> <{/foreach}>
用户名 登录时间 登录ip
<{$v.name}> <{$v.time|date_format:'%Y-%m-%d %H:%M:%S'}> <{$v.ip}>
<{$page}>