|  | @@ -131,7 +131,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |  		};
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  		const handleOpenNotaion = (data: any) => {
 | 
	
		
			
				|  |  | -			const url = `${location.origin}/notation/#/?v=1.0.3&config=${encodeUrl(data)}`;
 | 
	
		
			
				|  |  | +			const url = `${location.origin}/notation/#/?v=1.0.4&config=${encodeUrl(data)}`;
 | 
	
		
			
				|  |  |  			// console.log("🚀 ~ url:", url);
 | 
	
		
			
				|  |  |  			window.parent.postMessage(
 | 
	
		
			
				|  |  |  				{
 |