فهرست منبع

fix: 嵌入云教练修改

TIANYONG 1 سال پیش
والد
کامیت
b9cd31acbb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 = () => {