|
|
@@ -227,7 +227,7 @@ export default () => {
|
|
|
const win = window as any
|
|
|
if (!win.exportJSON) win.exportJSON = exportJSON2
|
|
|
if (!win.readJSON) win.readJSON = readJSON
|
|
|
- if (!win.importJSON) win.imgExporting = imgExporting
|
|
|
+ if (!win.importJSON) win.imgExporting = () => imgExporting.value
|
|
|
}
|
|
|
|
|
|
// 导入pptist文件
|