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 = () => { > 邮箱 - - 身份证号 -