| 
					
				 | 
			
			
				@@ -326,7 +326,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const origin = /(localhost|192)/.test(location.host) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ? 'https://test.gym.lexiaoya.cn' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         : location.origin; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      const src = `${origin}/accompany/?Authorization=${Authorization}#/detail/${m.materialMusicId}`; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      const src = `${origin}/accompany/?Authorization=${Authorization}#/detail/${item.value.materialMusicId}`; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       postMessage({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         api: 'openAccompanyWebView', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content: { 
			 |