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