|
@@ -678,8 +678,8 @@ export default defineComponent({
|
|
|
staffData.xmlPartList = partList
|
|
|
}
|
|
|
|
|
|
- staffData.iframeSrc = `${location.origin}/osmd/index.html`
|
|
|
- // staffData.iframeSrc = `${location.origin}${location.pathname}osmd/index.html`
|
|
|
+ // staffData.iframeSrc = `${location.origin}/osmd/index.html`
|
|
|
+ staffData.iframeSrc = `${location.origin}${location.pathname}osmd/index.html`
|
|
|
staffData.musicXml = musicDetail.value?.xmlFileUrl || ''
|
|
|
const tempList = musicDetail.value?.background || []
|
|
|
const tempPartList = [] as any
|