| 
					
				 | 
			
			
				@@ -24,9 +24,9 @@ function resolve(dir: string) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // https://vitejs.dev/config/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // https://github.com/vitejs/vite/issues/1930 .env 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // const proxyUrl = 'https://dev.kt.colexiu.com/'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-const proxyUrl = 'http://192.168.3.14:7989'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// const proxyUrl = 'http://192.168.3.14:7989'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-// const proxyUrl = 'https://test.lexiaoya.cn'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+const proxyUrl = 'https://test.lexiaoya.cn'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const now = new Date().getTime(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export default defineConfig(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   return { 
			 |