使用sqlite替换nedb

This commit is contained in:
whyour
2022-01-06 22:51:12 +08:00
parent 653b1cef20
commit 5d19ee0ab5
38 changed files with 1040 additions and 856 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ const LoginLog = ({ data }: any) => {
columns={columns}
pagination={false}
dataSource={data}
rowKey="_id"
rowKey="id"
size="middle"
scroll={{ x: 768 }}
/>