|
@@ -1689,7 +1689,7 @@ export default {
|
|
|
_pptIframe.contentWindow.window &&
|
|
_pptIframe.contentWindow.window &&
|
|
|
typeof _pptIframe.contentWindow.window.exportJSON === "function"
|
|
typeof _pptIframe.contentWindow.window.exportJSON === "function"
|
|
|
) {
|
|
) {
|
|
|
- let _data = _pptIframe.contentWindow.window.imgExporting;
|
|
|
|
|
|
|
+ let _data = _pptIframe.contentWindow.window.imgExporting();
|
|
|
resolve(_data);
|
|
resolve(_data);
|
|
|
} else {
|
|
} else {
|
|
|
// 递归等待1000ms后重试
|
|
// 递归等待1000ms后重试
|