86133 | aaa3f5d | 2025-04-20 21:33:29 +0800 | [diff] [blame^] | 1 | |
| 2 | /* * |
| 3 | * |
| 4 | * @author whiteshader@163.com |
| 5 | * @datetime 2021/09/16 |
| 6 | * |
| 7 | * */ |
| 8 | |
| 9 | export default { |
| 10 | 'monitor.online.user.id': '编号', |
| 11 | 'monitor.online.user.token_id': '会话编号', |
| 12 | 'monitor.online.user.user_name': '会话编号', |
| 13 | 'monitor.online.user.ipaddr': '登录IP地址', |
| 14 | 'monitor.online.user.login_location': '登录地点', |
| 15 | 'monitor.online.user.browser': '浏览器类型', |
| 16 | 'monitor.online.user.os': '操作系统', |
| 17 | 'monitor.online.user.dept_name': '部门', |
| 18 | 'monitor.online.user.login_time': '访问时间', |
| 19 | 'monitor.online.user.force_logout': '强制退出', |
| 20 | }; |