src/utils/iframeCall.ts
@@ -1,6 +1,6 @@ const notifyFunc = (type, jsonArgs) => { console.log('message from parent🚀 ~ type:', type); const notifyFunc = (jsonObj: any) => { console.log('message from parent🚀 ~ jsonObj:', jsonObj); // 执行AI通知消息 }; export class ChildRegister {