新增批量导出导入功能
优化画图软件
This commit is contained in:
@@ -129,7 +129,7 @@ export const useExportJsonToDoneJson = (json: IExportJson) => {
|
||||
init_configs = [...init_configs, ...iterator]
|
||||
}
|
||||
}
|
||||
const importDoneJson: IDoneJson[] = json.json.map(m => {
|
||||
const importDoneJson: IDoneJson[] = json?.json?.map(m => {
|
||||
let props: ILeftAsideConfigItemPublicProps = {}
|
||||
let symbol = undefined
|
||||
// 找到原始的props
|
||||
|
||||
Reference in New Issue
Block a user