|  | @@ -13,7 +13,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |      // const renderError = ref(false);
 | 
	
		
			
				|  |  |      // const renderSuccess = ref(false);
 | 
	
		
			
				|  |  |      const origin = /(localhost|192)/.test(location.host)
 | 
	
		
			
				|  |  | -      ? 'https://test.lexiaoya.cn'
 | 
	
		
			
				|  |  | +      ? 'https://test.kt.colexiu.com'
 | 
	
		
			
				|  |  |        : /online.lexiaoya.cn/.test(location.href)
 | 
	
		
			
				|  |  |        ? 'https://kt.colexiu.com'
 | 
	
		
			
				|  |  |        : location.origin;
 |