|  | @@ -24,9 +24,9 @@ export default defineComponent({
 | 
	
		
			
				|  |  |        src: `${
 | 
	
		
			
				|  |  |          /(192|localhost)/.test(location.origin)
 | 
	
		
			
				|  |  |            ? // ?
 | 
	
		
			
				|  |  | -            // 'https://test.lexiaoya.cn'
 | 
	
		
			
				|  |  | -            'http://localhost:3050'
 | 
	
		
			
				|  |  | -          : location.origin
 | 
	
		
			
				|  |  | +            'https://test.lexiaoya.cn'
 | 
	
		
			
				|  |  | +          : // 'http://localhost:3050'
 | 
	
		
			
				|  |  | +            location.origin
 | 
	
		
			
				|  |  |        }/notation/?t=${Date.now()}#/create?v=${Date.now()}&Authorization=${Authorization}${openCreateUrl}`
 | 
	
		
			
				|  |  |        //   src: `http://localhost:3050/#/create?Authorization=${Authorization}`
 | 
	
		
			
				|  |  |      });
 |