|
@@ -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 = () => {
|