设备总数
{{ statistics.total_devices }}
在线设备
{{ statistics.online_devices }}
今日登录
{{ statistics.today_logins }}
即将到期
{{ statistics.expiring_devices }}
| 设备ID | 设备名称 | 允许数量 | 当前数量 | 到期时间 | 状态 | 操作 |
|---|---|---|---|---|---|---|
|
加载中...
|
||||||
| 暂无设备数据 | ||||||
| {{ device.device_id }} | {{ device.device_name }} | {{ device.max_wechat_count }} | {{ device.current_count }} | {{ formatDate(device.expire_time) }} | 启用 禁用 |
|
记录系统的访问日志和安全事件
| 时间 | IP地址 | 访问端点 | 操作类型 | 状态 | 用户代理 |
|---|---|---|---|---|---|
|
加载中...
|
|||||
| 暂无数据 | |||||
| {{ formatDateTime(log.created_at) }} | {{ log.ip_address }} | {{ log.path }} | {{ getActionTypeText(log.operation_type) }} | {{ getStatusText(log.status) }} | {{ log.user_agent || '-' }} |
管理被封禁的IP地址
| IP地址 | 封禁原因 | 失败次数 | 封禁状态 | 封禁时间 | 到期时间 | 操作 |
|---|---|---|---|---|---|---|
|
加载中...
|
||||||
| 暂无封禁IP | ||||||
| {{ item.ip_address }} | {{ item.reason }} | {{ item.failed_attempts }} | {{ item.status_text }} | {{ formatDateTime(item.created_at) }} | {{ item.blocked_until ? formatDateTime(item.blocked_until) : '永久' }} | |
查看和管理微信账号的登录记录
在线微信
{{ wechatStats.online || 0 }}
离线微信
{{ wechatStats.offline || 0 }}
总登录数
{{ wechatStats.total || 0 }}
| 微信ID | 设备ID | 状态 | 登录时间 | 退出时间 | 持续时间 | 操作 |
|---|---|---|---|---|---|---|
| 加载中... | ||||||
| 暂无微信登录记录 | ||||||
|
{{ login.wxid }}
|
{{ login.device_name || login.device_id }}
|
{{ login.status === 'online' ? '在线' : '离线' }} |
{{ formatTime(login.login_time) }}
|
{{ login.logout_time ? formatTime(login.logout_time) : '-' }}
|
{{ login.login_duration || 0 }} 分钟
|
- |
确定要强制退出以下微信账号吗?
微信ID: {{ forceLogoutModal.data.wxid }}
设备: {{ forceLogoutModal.data.device_name || forceLogoutModal.data.device_id }}
⚠️ 此操作将立即终止该微信的登录状态