|  | @@ -446,14 +446,12 @@ export default defineComponent({
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        ];
 | 
	
		
			
				|  |  |        // 首调 固定调 并且 不显示可转谱 则不显示五线谱
 | 
	
		
			
				|  |  | -      console.log(scoreType, isConvertibleScore, 'isConvertibleScore');
 | 
	
		
			
				|  |  |        if (
 | 
	
		
			
				|  |  |          !(
 | 
	
		
			
				|  |  |            ['JIAN', 'FIRST'].includes(scoreType) && isConvertibleScore === false
 | 
	
		
			
				|  |  |          ) &&
 | 
	
		
			
				|  |  |          !(isConvertibleScore === undefined || isConvertibleScore === null)
 | 
	
		
			
				|  |  |        ) {
 | 
	
		
			
				|  |  | -        console.log('true ----- inin in in ');
 | 
	
		
			
				|  |  |          action.unshift({
 | 
	
		
			
				|  |  |            value: 'staff',
 | 
	
		
			
				|  |  |            label: '五线谱'
 | 
	
	
		
			
				|  | @@ -1003,7 +1001,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                        activeItem.value.id
 | 
	
		
			
				|  |  |                      }&Authorization=${
 | 
	
		
			
				|  |  |                        user.getToken
 | 
	
		
			
				|  |  | -                    }&musicRenderType=${lineType}&showGuide=true&showWebGuide=false&part-index=${
 | 
	
		
			
				|  |  | +                    }&musicRenderType=${lineType}&showGuide=true&part-index=${
 | 
	
		
			
				|  |  |                        data.musicInstrumentIndex
 | 
	
		
			
				|  |  |                      }`;
 | 
	
		
			
				|  |  |  
 |