| 
					
				 | 
			
			
				@@ -23,7 +23,7 @@ const measuresData = ref<measuresType[]>([]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 async function init() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    // const xmlStringRes = await axios.get("https://oss.dayaedu.com/gyt/example/%E5%8D%A2%E6%B2%9F%E6%A1%A5-%E6%80%BB%E8%B0%B1-%E7%AC%AC5%E7%A8%BF.xml") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    // const xmlStringRes = await axios.get("https://oss.dayaedu.com/gyt/example/%E5%8D%A2%E6%B2%9F%E6%A1%A5-%E6%80%BB%E8%B0%B1-%E7%AC%AC5%E7%A8%BF.xml") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   const xmlStringRes = await axios.get("http://localhost:9525/1.xml") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   const xmlStringRes = await axios.get("http://192.168.0.140:9525/1.xml") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    measuresData.value = parseMusicXML(xmlStringRes.data) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 init() 
			 |