|  | @@ -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/${item.value.materialMusicId}`;
 | 
	
		
			
				|  |  | +      const src = `${origin}/accompany/#/detail/${item.value.materialMusicId}?Authorization=${Authorization}`;
 | 
	
		
			
				|  |  |        postMessage({
 | 
	
		
			
				|  |  |          api: 'openAccompanyWebView',
 | 
	
		
			
				|  |  |          content: {
 |