Compare commits

...

1 Commits

Author SHA1 Message Date
1808837298@qq.com f3c240d600 fix: log page error 2024-05-22 01:20:48 +08:00
+3
View File
@@ -325,6 +325,9 @@ const LogsTable = () => {
title: '详情',
dataIndex: 'content',
render: (text, record, index) => {
if (record.other === '') {
record.other = '{}'
}
let other = JSON.parse(record.other);
if (other == null) {
return (