From 09d2051c1929fcb8380474c74c01ecb75fc99fca Mon Sep 17 00:00:00 2001
From: unknown <18119604035@163.com>
Date: Thu, 25 Jan 2024 10:07:45 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B7=91=E9=A9=AC=E7=81=AF=E9=85=8D=E7=BD=AE?=
=?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=BA=AB=E4=BB=BD=E8=AF=81=E5=8F=B7=E9=80=89?=
=?UTF-8?q?=E6=8B=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/system/adminlog/index.tsx | 6 +++---
src/pages/system/config/index.tsx | 7 -------
2 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/src/pages/system/adminlog/index.tsx b/src/pages/system/adminlog/index.tsx
index fd81f57..7e3a8f6 100644
--- a/src/pages/system/adminlog/index.tsx
+++ b/src/pages/system/adminlog/index.tsx
@@ -107,10 +107,10 @@ const SystemLogPage = () => {
render: (_, record: any) => {record.title},
},
{
- title: "IP地区",
+ title: "IP",
width: 250,
- dataIndex: "ip_area",
- render: (ip_area: string) => {ip_area},
+ dataIndex: "ip",
+ render: (ip: string) => {ip},
},
{
title: "时间",
diff --git a/src/pages/system/config/index.tsx b/src/pages/system/config/index.tsx
index 7188dd5..9e9ebb4 100644
--- a/src/pages/system/config/index.tsx
+++ b/src/pages/system/config/index.tsx
@@ -467,13 +467,6 @@ const SystemConfigPage = () => {
>
邮箱
-