修改打包报错
This commit is contained in:
parent
e322314761
commit
939c21cf67
|
|
@ -11,7 +11,7 @@ const { Column } = Table
|
|||
const { confirm } = Modal;
|
||||
const { exec } = require('child_process');
|
||||
const fs = require('fs').promises;
|
||||
const setting = await JSON.parse(storage.getItem('setting') as string)
|
||||
const setting = JSON.parse(storage.getItem('setting') as string)
|
||||
const User: React.FC = () => {
|
||||
const [selectedRowKeys, setSelectedRowKeys] = useState<React.Key[]>([]);
|
||||
const [isCreateUser, setIsCreateUser] = useState(false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue