|  | @@ -693,12 +693,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
 | 
	
	
		
			
				|  | @@ -771,7 +771,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |          return {
 | 
	
		
			
				|  |  |            text: item.track + (instrumentName ? `(${instrumentName})` : ''),
 | 
	
		
			
				|  |  |            value: index,
 | 
	
		
			
				|  |  | -          xmlValue: item.index,
 | 
	
		
			
				|  |  | +          xmlValue: index,
 | 
	
		
			
				|  |  |            track: item.track
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        })
 |