|  | @@ -391,7 +391,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |              const jsonConfig = JSON.parse(res.data.jsonConfig)
 | 
	
		
			
				|  |  |              jsonConfig.speedRate && (staffState.speedRate = jsonConfig.speedRate)
 | 
	
		
			
				|  |  |              jsonConfig.musicRenderType && (staffState.musicRenderType = jsonConfig.musicRenderType)
 | 
	
		
			
				|  |  | -            jsonConfig.partIndex && (staffState.partIndex = jsonConfig.partIndex)
 | 
	
		
			
				|  |  | +            jsonConfig.partIndex && (staffState.partIndex = jsonConfig["part-index"])
 | 
	
		
			
				|  |  |            }catch{
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            // 五线谱
 |