feat:添加获取it地址

This commit is contained in:
XIE7654
2025-08-14 10:09:51 +08:00
parent a88f272c19
commit 3cf4410a8a
6 changed files with 63 additions and 4 deletions

View File

@@ -79,7 +79,12 @@ export function useColumns(): VxeTableGridOptions<SystemLoginLogApi.SystemLoginL
},
{
field: 'user_ip',
title: '登录地址',
title: '登录ip',
width: 150,
},
{
field: 'location',
title: '登录地区',
width: 150,
},
{