Parcourir la source

fix: 嵌入云教练修改

TIANYONG il y a 1 an
Parent
commit
b9cd31acbb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/co-ai/index.tsx

+ 2 - 2
src/views/co-ai/index.tsx

@@ -296,8 +296,8 @@ export default defineComponent({
         data.selectMusicInstrumentIndex
       }&musicRenderType=${musicRenderType}`;
 
-      const staffIframeRef: any = document.querySelector('#staffIframeRef');
-      staffIframeRef.contentWindow?.location?.replace(data.iframeSrc);
+      // const staffIframeRef: any = document.querySelector('#staffIframeRef');
+      // staffIframeRef.contentWindow?.location?.replace(data.iframeSrc);
     };
 
     const setSearchBox = () => {