mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 19:30:48 +08:00
使用sqlite替换nedb
This commit is contained in:
@@ -73,7 +73,7 @@ const LoginLog = ({ data }: any) => {
|
||||
columns={columns}
|
||||
pagination={false}
|
||||
dataSource={data}
|
||||
rowKey="_id"
|
||||
rowKey="id"
|
||||
size="middle"
|
||||
scroll={{ x: 768 }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user