|  | @@ -135,11 +135,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |      //进入云教练
 | 
	
		
			
				|  |  |      const openView = (item: any) => {
 | 
	
		
			
				|  |  |        const Authorization = sessionStorage.getItem('Authorization') || ''
 | 
	
		
			
				|  |  | -      const dev = /(localhost|192)/.test(location.host)
 | 
	
		
			
				|  |  | -      console.log(dev, 'https://ponline.colexiu.com')
 | 
	
		
			
				|  |  | -      let src = `${
 | 
	
		
			
				|  |  | -        dev ? `http://192.168.3.114:3000` : location.origin
 | 
	
		
			
				|  |  | -      }/orchestra-music-score/?id=${item.id}&Authorization=${Authorization}`
 | 
	
		
			
				|  |  | +      let src = `${location.origin}/orchestra-music-score/?id=${item.id}&Authorization=${Authorization}`
 | 
	
		
			
				|  |  |        postMessage({
 | 
	
		
			
				|  |  |          api: 'openAccompanyWebView',
 | 
	
		
			
				|  |  |          content: {
 |