From 9c20cf1f6e23286fbd6a2c1ea1031755511235dd Mon Sep 17 00:00:00 2001 From: zyh Date: Thu, 10 Apr 2025 22:13:26 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=9C=B0=E5=9B=BE=E6=A0=87=E8=AE=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E4=B8=8E=E5=90=8E=E7=AB=AF=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E4=B8=80=E8=87=B4=EF=BC=8C=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=8F=AF=E7=BB=B4=E6=8A=A4=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/admin/pages_map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/admin/pages_map.tsx b/client/admin/pages_map.tsx index 0a77af6..2d1e9a2 100644 --- a/client/admin/pages_map.tsx +++ b/client/admin/pages_map.tsx @@ -115,7 +115,7 @@ export const LoginMapPage = () => { longitude: location.longitude as number, latitude: location.latitude as number, title: location.user?.nickname || location.user?.username || '未知用户', - description: `登录时间: ${dayjs(location.login_time).format('YYYY-MM-DD HH:mm:ss')}\nIP地址: ${location.ip_address}`, + description: `登录时间: ${dayjs(location.loginTime).format('YYYY-MM-DD HH:mm:ss')}\nIP地址: ${location.ipAddress}`, status: 'online', type: 'login', extraData: location